Path.ApplyTransform Method

Applies the specified linear transfromation to this path.

Namespace: Aurigma.GraphicsMill.Codecs.ClippingPath
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public void ApplyTransform(
	Matrix matrix
)

Parameters

matrix

Type: System.Drawing.Drawing2D.Matrix

The matrix of the transformation.

See Also

Reference