PointF.ToPoint Method

Converts this PointF to the Point.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects.Math
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

C#
public Point ToPoint()

Return Value

The Point value equivalent to this PointF.

See Also

Reference