C# Class MissionPlanner.GMapMarkerWP

Inheritance: GMarkerGoogle
Exibir arquivo Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Properties

Property Type Description
selected bool

Public Methods

Method Description
GMapMarkerWP ( GMap.NET.PointLatLng p, string wpno ) : System
OnRender ( Graphics g ) : void

Method Details

GMapMarkerWP() public method

public GMapMarkerWP ( GMap.NET.PointLatLng p, string wpno ) : System
p GMap.NET.PointLatLng
wpno string
return System

OnRender() public method

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

Property Details

selected public_oe property

public bool selected
return bool