Transforms given bitmap data ("in-place").
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Overrides Sub ApplyTransform ( _ bitmapData As BitmapData _ )
public override void ApplyTransform( BitmapData bitmapData )
Type: Aurigma.GraphicsMill.BitmapData
BitmapData which should be transformed. Result of the transform will be saved to the same bitmap data (in other word, transform is applied "in-place").