C# Class MissionPlanner.GMapMarkerLandingRight

Inheritance: GMarkerGoogle
Exibir arquivo Open project: Event38/MissionPlanner

Public Properties

Property Type Description
selected bool

Public Methods

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

Method Details

GMapMarkerLandingRight() public method

public GMapMarkerLandingRight ( GMap.NET.PointLatLng p, string wpno, float landingDirection ) : System
p GMap.NET.PointLatLng
wpno string
landingDirection float
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