ImageGear .NET - Updated
Point class
Members  

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace : Point class
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

Reference

Point Members
ImageGear.Web.UI Namespace