ImageGear for .NET
PointEventArgs Class Members
See Also  Fields  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace : PointEventArgs Class

Glossary Item Box

The following tables list the members exposed by PointEventArgs.

Public Constructors

 NameDescription
Public ConstructorPointEventArgs Constructor  
Top

Public Fields

 NameDescription
Public FieldindexThe 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 FieldlengthThe number of points which are related to the event.  
Public FieldpointA 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

©2013. Accusoft Corporation. All Rights Reserved.