ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / Rectangle class
Members

In This Topic
    Rectangle class
    In This Topic
    A rectangle in an X/Y coordinate space.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    ImageGear.Web.UI.Rectangle = function( 
       x : Number,
       y : Number,
       width : Number,
       height : Number
    ) {};
    ASP.NET Ajax JavaScript (Usage) 
    var instanceVar = new ImageGear.Web.UI.Rectangle();
    Remarks

    This object has x, y, width, and height properties and represents a rectangle in a cartesian coordinate space. The ImageGear product uses this object in a variety of places to represent an area on a window or on an image.

    Inheritance Hierarchy

    Object
       ImageGear.Web.UI.Rectangle

    See Also