ImageGear for .NET
PointCollection Class
See Also  Members   Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace : PointCollection Class

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.