Accusoft.ImagXpress13.Net
Location Property




Gets the location at which the tool action was performed.
Syntax
public Point Location {get;}
public: __property Point get_Location();
public:
property Point Location {
   Point get();
}
'Declaration
 
Public ReadOnly Property Location As Point
 
'Usage
 
Dim instance As ToolEventArgs
Dim value As Point
 
value = instance.Location

Property Value

A System.Drawing.Point value which represents the location.
See Also

Reference

ToolEventArgs Class
ToolEventArgs Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback