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

ApplyMatrixTransform Constructor (Matrix)

Creates and initializes ApplyMatrixTransform class instance with specified matrix.

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

Syntax

Visual Basic
Public Sub New ( _
	transform As Matrix _
)
C#
public ApplyMatrixTransform(
	Matrix transform
)

Parameters

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.

See Also

Reference