Matrix.Multiply Method (PointFIsImplicitlyDereferenced*, Matrix)

Multiplies PointF and Matrix instances.

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

Syntax

C#
public static PointF Multiply(
	PointF* point,
	Matrix m
)

Parameters

point

Type: System.Drawing.PointFIsImplicitlyDereferenced*

The PointF that is to the left.
m

Type: Aurigma.GraphicsMill.Transforms.Matrix

The Matrix that is to the right.

Return Value

The PointF containing the result.

See Also

Reference