Gets the location at which the tool action was performed.
public Point Location {get;}
public: __property Point get_Location();
'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.