You’re viewing documentation for an outdated product. The Graphics Mill Web Controls library has been removed from Graphics Mill and is now part of the Customers Canvas product line, where it is available as a set of APIs for Design Atoms and as Design Editor.

RectangleRegion Constructor

Creates and initializes an instance of the RectangleRegion class.

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

Syntax

Java Script
Aurigma.GraphicsMill.AjaxControls.VectorObjects.RectangleRegion = function(left, top, width, height);

Parameters

left

Type: Global..Number

The x-coordinate of the upper-left corner of the rectangle region to create.
top

Type: Global..Number

The y-coordinate of the upper-left corner of the rectangle region to create.
width

Type: Global..Number

The width of the rectangle region to create.
height

Type: Global..Number

The height of the rectangle region to create.

See Also

Reference