Creates and initializes ApplyMatrixTransform class instance with specified matrix.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ transform As Matrix _ )
public ApplyMatrixTransform( Matrix transform )
Type: Aurigma.GraphicsMill.Transforms.Matrix
Matrix class instance which specifies a matrix of the linear transform. You can change it later via Transform property.