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)
Aurigma.GraphicsMill.AjaxControls.VectorObjects.Math.PointF = function(x, y);
Type: Global..Number
The x-coordinate of the point to create.Type: Global..Number
The y-coordinate of the point to create.