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

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