C# Class GMap.NET.GMapMarkerTile

Inheritance: GMap.NET.WindowsForms.GMapMarker
Mostra file Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Methods

Method Description
GMapMarkerTile ( GMap.NET.PointLatLng p, int size ) : System.Collections.Generic
OnRender ( Graphics g ) : void

Method Details

GMapMarkerTile() public method

public GMapMarkerTile ( GMap.NET.PointLatLng p, int size ) : System.Collections.Generic
p GMap.NET.PointLatLng
size int
return System.Collections.Generic

OnRender() public method

public OnRender ( Graphics g ) : void
g System.Drawing.Graphics
return void