Matrix.Multiply Operator

Multiplies the PointF and Matrix instances.

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

Syntax

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

Parameters

point

Type: System.Drawing.PointF

The PointF that is to the left of the multiply operator.
m

Type: Aurigma.GraphicsMill.Transforms.Matrix

The Matrix that is to the right of the multiply operator.

Return Value

The PointF containing the result.

See Also

Reference