ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / PointCollection class
Members

In This Topic
    PointCollection class
    In This Topic
    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