C# 클래스 SharpMap.Layers.Layer

상속: ILayer
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : object

Clones the layer

Render ( System g, Map map ) : void

Renders the layer

ToString ( ) : string

Returns the name of the layer.

메소드 상세

Clone() 공개 추상적인 메소드

Clones the layer
public abstract Clone ( ) : object
리턴 object

Render() 공개 메소드

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

ToString() 공개 메소드

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