MatrixTransform Constructor (Matrix)

Initializes a new instance of the MatrixTransform class using the specified matrix.

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

Syntax

C#
public MatrixTransform(
	Matrix matrix
)

Parameters

matrix

Type: Aurigma.GraphicsMill.Transforms.Matrix

A Matrix of the linear transformation. You can change it later using the Matrix property.

See Also

Reference