Returns a new vector (Polyline with two points) at the location of two mouse clicks on the display.
Overload List
Name | Description | |
---|---|---|
TrackVector()()() |
A synchronous (blocking) call which returns a new vector (Polyline with two points) at the location of two mouse clicks on the display.
| |
TrackVector(Color) |
A synchronous (blocking) call returning a new vector (Polyline with two points) at the location of two mouse clicks on the display, using the specified
line color while tracking.
| |
TrackVector(Color, Double) |
A synchronous (blocking) call returning a new vector (Polyline with two points) at the location of two mouse clicks on the display, using the specified
line color and width while tracking.
| |
TrackVector(Color, Double, TrackDelegate) |
A synchronous (blocking) call which executes the specified delegate and returns a new vector (Polyline with two points) at the location of a series of two
mouse clicks on the display, using the specified line color and width while tracking.
|