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

In This Topic
    x Field
    In This Topic
    The x coordinate of the rectangle (representing the left side).
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    var x : Number;
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfRectangle.x;
    See Also