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

In This Topic
    PointCollection class Members
    In This Topic

    The following tables list the members exposed by PointCollection.

    Public Constructors
     NameDescription
    public Constructor  
    Top
    Public Properties
     NameDescription
    public PropertyReturns the length of the collection.  
    Top
    Public Methods
     NameDescription
    public MethodAppends a point to the end of the collection.  
    public MethodAppends a collection of points to the end of the collection.  
    public MethodCalls the specified function once for each point in the collection.  
    public MethodReturns a point in the collection.  
    public MethodAdds an X and Y offset to every point in the collection.  
    public MethodRemoves all the points from the collection.  
    public MethodRemoves one point from the collection.  
    public MethodChanges the value of a point in the collection.  
    Top
    Public Events
     NameDescription
    public EventIndicates that a new point was added to the collection.  
    public EventIndicates that a point in the collection was changed.  
    public EventIndicates that a point was removed from the collection.  
    Top
    See Also