C# Class MissionPlanner.Utilities.GMapMarkerLanding

Inheritance: GMap.NET.WindowsForms.GMapMarker
ファイルを表示 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_oe property

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

FillColor public_oe property

public Color FillColor
return Color

InnerMarker public_oe property

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

LandingDirection public_oe property

public double LandingDirection
return double

Pen public_oe property

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

RectHeight public_oe property

public int RectHeight
return int

RectWidth public_oe property

public int RectWidth
return int