Matrix.Explicit Operator

Converts the specified System.Drawing.Drawing2D.Matrix instance to a Aurigma.GraphicsMill.Transforms.Matrix.

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

Syntax

C#
public static explicit operator Matrix (
	Matrix matrix
)

Parameters

matrix

Type: System.Drawing.Drawing2D.Matrix

The System.Drawing.Drawing2D.Matrix to convert.

Return Value

The Aurigma.GraphicsMill.Transforms.Matrix to which this operator converts.

See Also

Reference