C# Class MissionPlanner.Utilities.GMapMarkerLanding

Inheritance: GMap.NET.WindowsForms.GMapMarker
Afficher le fichier Open project: Event38/MissionPlanner

Méthodes publiques

Свойство Type Description
CenterPoint GMap.NET.PointLatLng
FillColor Color
InnerMarker GMap.NET.WindowsForms.GMapMarker
LandingDirection double
Pen System.Drawing.Pen
RectHeight int
RectWidth int

Méthodes publiques

Méthode 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 méthode

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
Résultat GMap.NET

OnRender() public méthode

public OnRender ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

ResetColor() public méthode

public ResetColor ( ) : void
Résultat void

Property Details

CenterPoint public_oe property

public PointLatLng,GMap.NET CenterPoint
Résultat GMap.NET.PointLatLng

FillColor public_oe property

public Color FillColor
Résultat Color

InnerMarker public_oe property

public GMapMarker,GMap.NET.WindowsForms InnerMarker
Résultat GMap.NET.WindowsForms.GMapMarker

LandingDirection public_oe property

public double LandingDirection
Résultat double

Pen public_oe property

public Pen,System.Drawing Pen
Résultat System.Drawing.Pen

RectHeight public_oe property

public int RectHeight
Résultat int

RectWidth public_oe property

public int RectWidth
Résultat int