C# Class AsterixDisplayAnalyser.GMapMarkerImage

Inheritance: GMap.NET.WindowsForms.GMapMarker
Mostra file Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Public Methods

Method Description
GMapMarkerImage ( GMap.NET.PointLatLng p, Image image ) : System

Constructor

OnRender ( Graphics g ) : void

Method Details

GMapMarkerImage() public method

Constructor
public GMapMarkerImage ( GMap.NET.PointLatLng p, Image image ) : System
p GMap.NET.PointLatLng The position of the marker
image Image
return System

OnRender() public method

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