| | Name | Description |
|---|
 | DrawPositionOnWgs84Map(Graphics, Int32, Int32, Int32, Color) |
Draw current position on WGS84 map using a Natural Earth EPSG4326 map.
Keep aspect ratio = 1314:852; SizeMode = PictureBoxSizeMode.Zoom;
|
  | DrawPositionOnWgs84Map(Graphics, Double, Double, Int32, Int32, Int32, Color) |
Draw one position on WGS84 map using a Natural Earth EPSG4326 map.
Keep aspect ratio = 1314:852; You can use SizeMode = Zoom
|
  | DrawPositionOnWgs84Map(Graphics, Double, Double, Int32, Int32, Int32, Color, String) |
Draw one position on WGS84 map using a map skin as embedded resource.
Keep aspect ratio = 1314:852; You can use SizeMode = Zoom
|
  | DrawPositionOnWgs84Map(Graphics, Image, Double, Double, Int32, Int32, Int32, Color) |
Draw position on WGS84 map.
|
  | DrawPositionOnWgs84Map(Graphics, String, Double, Double, Int32, Int32, Int32, Color) |
Draw position on WGS84 map.
|