C# Class MissionPlanner.Utilities.GMapMarkerLanding

Inheritance: GMap.NET.WindowsForms.GMapMarker
Show file Open project: Event38/MissionPlanner

Public Properties

Property Type Description
CenterPoint GMap.NET.PointLatLng
FillColor Color
InnerMarker GMap.NET.WindowsForms.GMapMarker
LandingDirection double
Pen System.Drawing.Pen
RectHeight int
RectWidth int

Public Methods

Method Description
GMapMarkerLanding ( GMap.NET.PointLatLng p, int width, int height, Color Fillcolor, Color BorderColor, double Direction ) : GMap.NET
OnRender ( Graphics g ) : void
ResetColor ( ) : void

Method Details

GMapMarkerLanding() public method

public GMapMarkerLanding ( GMap.NET.PointLatLng p, int width, int height, Color Fillcolor, Color BorderColor, double Direction ) : GMap.NET
p GMap.NET.PointLatLng
width int
height int
Fillcolor Color
BorderColor Color
Direction double
return GMap.NET

OnRender() public method

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

ResetColor() public method

public ResetColor ( ) : void
return void

Property Details

CenterPoint public property

public PointLatLng,GMap.NET CenterPoint
return GMap.NET.PointLatLng

FillColor public property

public Color FillColor
return Color

InnerMarker public property

public GMapMarker,GMap.NET.WindowsForms InnerMarker
return GMap.NET.WindowsForms.GMapMarker

LandingDirection public property

public double LandingDirection
return double

Pen public property

public Pen,System.Drawing Pen
return System.Drawing.Pen

RectHeight public property

public int RectHeight
return int

RectWidth public property

public int RectWidth
return int