C# Class gmap.demo.winform.GMapRouteExtension

Inheritance: GMapRoute
Mostrar archivo Open project: SuperMap/iClient-DotNet-Example Class Usage Examples

Public Methods

Method Description
GMapRouteExtension ( List points, string name ) : System
GMapRouteExtension ( string name, List points, Color strokeColor, float strokeWidth, bool showNode ) : System
OnRender ( System g ) : void

Method Details

GMapRouteExtension() public method

public GMapRouteExtension ( List points, string name ) : System
points List
name string
return System

GMapRouteExtension() public method

public GMapRouteExtension ( string name, List points, Color strokeColor, float strokeWidth, bool showNode ) : System
name string
points List
strokeColor Color
strokeWidth float
showNode bool
return System

OnRender() public method

public OnRender ( System g ) : void
g System
return void