ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace Client API~ImageGear.Web.UI_namespace : Point class |
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
Point Members
ImageGear.Web.UI Namespace Client API~ImageGear.Web.UI_namespace