MatrixTransform.Matrix Property

Gets or sets a matrix of the transformation.

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

Syntax

C#
public Matrix Matrix { get; set; }

Property Value

A Matrix of the linear transformation. The default value is an identify matrix.

See Also

Reference