C# Class SharpMap.Layers.Layer

Inheritance: ILayer
Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : object

Clones the layer

Render ( System g, Map map ) : void

Renders the layer

ToString ( ) : string

Returns the name of the layer.

Method Details

Clone() public abstract méthode

Clones the layer
public abstract Clone ( ) : object
Résultat object

Render() public méthode

Renders the layer
public Render ( System g, Map map ) : void
g System Graphics object reference
map Map Map which is rendered
Résultat void

ToString() public méthode

Returns the name of the layer.
public ToString ( ) : string
Résultat string