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

C#
public PointF(
	PointF pt
)

Parameters

pt

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

The point to create the PointF.

See Also

Reference