Creates and initializes an instance of the RectangleRegion class.
Namespace:
Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly:
Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.dll)
Aurigma.GraphicsMill.AjaxControls.VectorObjects.RectangleRegion = function(left, top, width, height);
Type: Global..Number
The x-coordinate of the upper-left corner of the rectangle region to create.Type: Global..Number
The y-coordinate of the upper-left corner of the rectangle region to create.Type: Global..Number
The width of the rectangle region to create.Type: Global..Number
The height of the rectangle region to create.