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

PointF Constructor

Creates and initializes an instance of the PointF class.

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

Syntax

Java Script
Aurigma.GraphicsMill.AjaxControls.VectorObjects.Math.PointF = function(x, y);

Parameters

x

Type: Global.Number

The x-coordinate of the point to create.
y

Type: Global.Number

The y-coordinate of the point to create.

See Also

Reference