C# Class MissionPlanner.GMapMarkerLanding

Inheritance: GMarkerGoogle
Exibir arquivo Open project: Event38/MissionPlanner

Public Properties

Property Type Description
selected bool

Public Methods

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

Method Details

GMapMarkerLanding() public method

public GMapMarkerLanding ( GMap.NET.PointLatLng p, string wpno, Bitmap icon ) : System
p GMap.NET.PointLatLng
wpno string
icon System.Drawing.Bitmap
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