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

RectangleF Constructor

Creates and initializes an instance of the RectangleF 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.RectangleF = function(left, top, width, height);

Parameters

left

Type: Global.Number

The x-coordinate of the left edge of the rectangle to create.
top

Type: Global.Number

The y-coordinate of the left edge of the rectangle to create.
width

Type: Global.Number

The width of the rectangle to create.
height

Type: Global.Number

The height of the rectangle to create.

See Also

Reference