This documentation is for the old version. Go to the latest Graphics Mill docs

ApplyMatrixTransform.Transform Property

Gets/sets a matrix of the transformation.

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

Syntax

Visual Basic
Public Property Transform As Matrix
C#
public Matrix Transform { get; set; }

Property Value

Matrix class instance which specifies a matrix of the linear transformation.

Remarks

Default value is an identify matrix.

See Also

Reference