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

PointF Constructor (PointF)

Creates and initializes an instance of the PointF class using the specified point.

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

Syntax

Visual Basic
Public Sub New ( _
	pt As PointF _
)
C#
public PointF(
	PointF pt
)

Parameters

pt

Type: Aurigma.GraphicsMill.AjaxControls.VectorObjects.Math.PointF

The point to create the PointF.

See Also

Reference