Method | Description | |
---|---|---|
Clone ( ) : object |
Clones the layer
|
|
Render ( System g, Map map ) : void |
Renders the layer
|
|
ToString ( ) : string |
Returns the name of the layer.
|
public Render ( System g, Map map ) : void | ||
g | System | Graphics object reference |
map | Map | Map which is rendered |
return | void |