PathPoint.Implicit Operator

Converts the specified PathPoint to a System.Drawing.PointF.

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

Syntax

C#
public static implicit operator PointF (
	PathPoint pathPoint
)

Parameters

pathPoint

Type: Aurigma.GraphicsMill.AdvancedDrawing.PathPoint

The PathPoint to convert.

Return Value

A System.Drawing.PointF that represents the converted PathPoint object.

See Also

Reference