This documentation is for the old version. Go to the latest Graphics Mill docs

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

Visual Basic
Public Function ToPoint As Point
C#
public Point ToPoint()

Return Value

The Point value equivalent to this PointF.

See Also

Reference