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

In This Topic
    removePoint Method
    In This Topic
    Removes one point from the collection.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function removePoint( 
       index : number(Integer)
    ) : (Any);
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfPointCollection.removePoint(number(Integer));

    Parameters

    index
    The zero-based index of the point to remove.
    Remarks

    This function removes a single point from the collection.

    After this function removes the point, it will raise the pointRemoved event.

    See Also