ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace Client API~ImageGear.Web.UI_namespace : PointEventArgs class |
The following tables list the members exposed by PointEventArgs.
Name | Description | |
---|---|---|
PointEventArgs Constructor |
Name | Description | |
---|---|---|
index | The 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. | |
length | The number of points which are related to the event. | |
point | A 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. |
ImageGear.Web.UI Namespace Client API~ImageGear.Web.UI.PointEventArgs
ImageGear.Web.UI Namespace Client API~ImageGear.Web.UI_namespace