C# Class AsterixDisplayAnalyser.WaypointMarker

Inheritance: GMap.NET.WindowsForms.GMapMarker
Afficher le fichier Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Méthodes publiques

Méthode Description
OnRender ( Graphics g ) : void
WaypointMarker ( GMap.NET.PointLatLng p, string WPT_Name_In, Font Font_To_Use_In, Brush Brush_To_Use_In ) : System

Constructor

Method Details

OnRender() public méthode

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

WaypointMarker() public méthode

Constructor
public WaypointMarker ( GMap.NET.PointLatLng p, string WPT_Name_In, Font Font_To_Use_In, Brush Brush_To_Use_In ) : System
p GMap.NET.PointLatLng The position of the marker
WPT_Name_In string
Font_To_Use_In System.Drawing.Font
Brush_To_Use_In System.Drawing.Brush
Résultat System