Transforms given bitmap ("in-place").

Namespace: Aurigma.GraphicsMill.Transforms
Assembly:   Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic (Declaration)
Public Overridable Sub ApplyTransform ( _
	bitmap As Bitmap _
)
C#
public virtual void ApplyTransform (
	Bitmap bitmap
)
Visual C++
public:
virtual void ApplyTransform (
	Bitmap^ bitmap
)

Parameters

bitmap
Bitmap which should be transformed. Result of the transform will be saved to the same bitmap (in other word, transform is applied "in-place").

See Also