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

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

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

    This object is very similar to the ASP.NET client framework object, ImageGear.UI.Point, except that its values are floating point instead of integers.

    Inheritance Hierarchy

    Object
       ImageGear.Web.UI.Point

    See Also