Matrix.Explicit Operator

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

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

Syntax

C#
public static explicit operator Matrix (
	Matrix matrix
)

Return Value

The System.Drawing.Drawing2D.Matrix to which this operator converts.

See Also

Reference