ASP.NET Ajax Javascript (Specification) | |
---|---|
ImageGear.Web.UI.PointCollection = function() {}; |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var instanceVar = new ImageGear.Web.UI.PointCollection(); |
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