C# Class gmap.demo.winform.GMapMarkerExtension

Inheritance: GMap.NET.WindowsForms.GMapMarker
Show file Open project: SuperMap/iClient-DotNet-Example Class Usage Examples

Public Methods

Method Description
GMapMarkerExtension ( GMap.NET.PointLatLng p ) : System
OnRender ( Graphics g ) : void

Method Details

GMapMarkerExtension() public method

public GMapMarkerExtension ( GMap.NET.PointLatLng p ) : System
p GMap.NET.PointLatLng
return System

OnRender() public method

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