C# Class gmap.demo.winform.GMapPolygonExtension

Inheritance: GMapPolygon
Afficher le fichier Open project: SuperMap/iClient-DotNet-Example Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

GMapPolygonExtension() public méthode

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

OnRender() public méthode

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