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

In This Topic
    PointEventArgs class Members
    In This Topic

    The following tables list the members exposed by PointEventArgs.

    Public Constructors
     NameDescription
    public Constructor  
    Top
    Public Fields
     NameDescription
    public FieldThe index of the point which is most directly related to the event. If all the points were affected (such as when you call PointCollection.removeAllPoints), then this property will have the value 0 and the length property will probably be greater than 1.  
    public FieldThe number of points which are related to the event.  
    public FieldA copy of the point which is most directly related to the event. If all the points were affected (such as when you call PointCollection.removeAllPoints), then this property will have the value undefined.  
    Top
    See Also