Produces bitmap which contains resized copy of given bitmap data (BitmapData class instance). The bitmap data remains unchanged.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Overrides NotOverridable Sub ApplyTransform ( _ source As BitmapData, _ destination As Bitmap _ )
public override sealed void ApplyTransform( BitmapData source, Bitmap destination )
Type: Aurigma.GraphicsMill.BitmapData
Input BitmapData. It is not modified with the resize algorithm.Type: Aurigma.GraphicsMill.Bitmap
Output Bitmap. It should be instantiated before passing to this method. After resize algorithm completes, all data loaded to this bitmap is discarded and result is copied here.