| 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();  | |
            | 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();  | |
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.
Object
   ImageGear.Web.UI.Point