Matrix.TransformPoints Method

Multiplies the specified points by this Matrix.

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

Syntax

C#
public void TransformPoints(
	PointF[] points
)

Parameters

points

Type: System.Drawing.PointF[]

See Also

Reference