Initializes a new instance of the MatrixTransform class using the specified matrix.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public MatrixTransform( Matrix matrix )
Type: Aurigma.GraphicsMill.Transforms.Matrix
A Matrix of the linear transformation. You can change it later using the Matrix property.