Multiplies the PointF and Matrix instances.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public static PointF operator *( PointF point, Matrix m )
Type: System.Drawing.PointF
The PointF that is to the left of the multiply operator.Type: Aurigma.GraphicsMill.Transforms.Matrix
The Matrix that is to the right of the multiply operator.