C# Class SharpMap.Layers.Layer

Inheritance: ILayer
显示文件 Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method 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 method

Clones the layer
public abstract Clone ( ) : object
return object

Render() public method

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

ToString() public method

Returns the name of the layer.
public ToString ( ) : string
return string