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

PointF Class

This client-side class corresponds to the PointF class and represents an ordered pair of floating-point x- and y-coordinates that defines a point in a two-dimensional plane.

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

Syntax

Java Script
GraphicsMill.PointF = function();

Type.createClass(
	'GraphicsMill.PointF');

See Also

Reference