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