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

In This Topic
    y Field
    In This Topic
    The y coordinate of the point.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    var y : number;
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfPoint.y;
    See Also