C# Class GMap.NET.GMapMarkerTile

Inheritance: GMap.NET.WindowsForms.GMapMarker
Afficher le fichier Open project: ArduPilot/MissionPlanner Class Usage Examples

Méthodes publiques

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

Method Details

GMapMarkerTile() public méthode

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

OnRender() public méthode

public OnRender ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void