C# Class GMap.NET.WindowsForms.Markers.GMarkerGoogle.GMarkerGoogle

Inheritance: GMapMarker
Afficher le fichier Open project: Event38/MissionPlanner

Méthodes publiques

Свойство Type Description
Bearing float?
Type GMarkerGoogleType

Méthodes publiques

Méthode Description
Dispose ( ) : void
GMarkerGoogle ( PointLatLng p, Bitmap Bitmap ) : System.Drawing

marker using manual bitmap, NonSerialized

GMarkerGoogle ( PointLatLng p, GMarkerGoogleType type ) : System.Drawing
ISerializable ( SerializationInfo info, StreamingContext context ) : void
LoadBitmap ( ) : void
OnDeserialization ( object sender ) : void
OnRender ( Graphics g ) : void

Méthodes protégées

Méthode Description
GMarkerGoogle ( SerializationInfo info, StreamingContext context ) : System.Drawing

Private Methods

Méthode Description
GetIcon ( string name ) : Bitmap

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GMarkerGoogle() public méthode

marker using manual bitmap, NonSerialized
public GMarkerGoogle ( PointLatLng p, Bitmap Bitmap ) : System.Drawing
p PointLatLng
Bitmap System.Drawing.Bitmap
Résultat System.Drawing

GMarkerGoogle() public méthode

public GMarkerGoogle ( PointLatLng p, GMarkerGoogleType type ) : System.Drawing
p PointLatLng
type GMarkerGoogleType
Résultat System.Drawing

GMarkerGoogle() protected méthode

protected GMarkerGoogle ( SerializationInfo info, StreamingContext context ) : System.Drawing
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System.Drawing

ISerializable() public méthode

public ISerializable ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

LoadBitmap() public méthode

public LoadBitmap ( ) : void
Résultat void

OnDeserialization() public méthode

public OnDeserialization ( object sender ) : void
sender object
Résultat void

OnRender() public méthode

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

Property Details

Bearing public_oe property

public float? Bearing
Résultat float?

Type public_oe property

public GMarkerGoogleType Type
Résultat GMarkerGoogleType