Returns a new Point at the location of a mouse click on the display.
Overload List
Name | Description | |
---|---|---|
![]() | TrackPoint()()() |
Begins a synchronous (blocking) call on the display, returning a new Point at the location of the next mouse click on the display.
|
![]() | TrackPoint(TrackDelegate) |
A synchronous (blocking) call which executes the specified delegate and returns a new Point at the location of the next mouse click on the display.
|