C# Class MissionPlanner.GMapMarkerADSBPlane

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

Méthodes publiques

Свойство Type Description
AlertLevel AlertLevelOptions
heading float

Méthodes publiques

Méthode Description
GMapMarkerADSBPlane ( GMap.NET.PointLatLng p, float heading, AlertLevelOptions alert = AlertLevelOptions.Green ) : System
OnRender ( Graphics g ) : void

Method Details

GMapMarkerADSBPlane() public méthode

public GMapMarkerADSBPlane ( GMap.NET.PointLatLng p, float heading, AlertLevelOptions alert = AlertLevelOptions.Green ) : System
p GMap.NET.PointLatLng
heading float
alert AlertLevelOptions
Résultat System

OnRender() public méthode

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

Property Details

AlertLevel public_oe property

public AlertLevelOptions AlertLevel
Résultat AlertLevelOptions

heading public_oe property

public float heading
Résultat float