ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace Client API~ImageGear.Web.UI_namespace : PointCollection class |
ASP.NET Ajax Javascript (Specification) | |
---|---|
ImageGear.Web.UI.PointCollection = function() {}; |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var instanceVar = new ImageGear.Web.UI.PointCollection(); |
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.
Object
ImageGear.Web.UI.PointCollection
PointCollection Members
ImageGear.Web.UI Namespace Client API~ImageGear.Web.UI_namespace