Accusoft.ImagXpress13.Net
Location Property




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

Property Value

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

Reference

ToolEventArgs Class
ToolEventArgs Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback