C# Class gmap.demo.winform.GMapPolygonExtension

Inheritance: GMapPolygon
Mostra file Open project: SuperMap/iClient-DotNet-Example Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GMapPolygonExtension ( string name, List points, float strokeWidth, Color strokeColor, Color fillColor ) : System
OnRender ( Graphics g ) : void

Method Details

GMapPolygonExtension() public method

public GMapPolygonExtension ( string name, List points, float strokeWidth, Color strokeColor, Color fillColor ) : System
name string
points List
strokeWidth float
strokeColor Color
fillColor Color
return System

OnRender() public method

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