ImageGear .NET - Updated
PointCollection class
Members  

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace : PointCollection class
A list of Point objects.
Syntax
ASP.NET Ajax Javascript (Specification) 
ImageGear.Web.UI.PointCollection = function() {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new ImageGear.Web.UI.PointCollection();
Remarks

This object is an ordered list of Point objects. It holds and returns copies of Point objects so it can guarantee that the events that it raises (pointAdded, pointChanged, and pointRemoved) occur at the appropriate times.

This object is used primarily as part of a Line, Polyline, or Polygon mark.

Inheritance Hierarchy

Object
   ImageGear.Web.UI.PointCollection

See Also

Reference

PointCollection Members
ImageGear.Web.UI Namespace