Matrix Constructor (Matrix)

Initializes a new instance of the Matrix class from the specified existing matrix.

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

Syntax

C#
public Matrix(
	Matrix matrix
)

Parameters

matrix

Type: Aurigma.GraphicsMill.Transforms.Matrix

The Matrix to be copied.

See Also

Reference