C# 클래스 SharpMap.Forms.MapImage

상속: System.Windows.Forms.PictureBox
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 메소드들

메소드 설명
MapImage ( ) : System

Initializes a new map

Refresh ( ) : void

Refreshes the map

비공개 메소드들

메소드 설명
MapImage_MouseDown ( object sender, System e ) : void
MapImage_MouseMove ( object sender, System e ) : void
MapImage_MouseUp ( object sender, System e ) : void
MapImage_Wheel ( object sender, System e ) : void

메소드 상세

MapImage() 공개 메소드

Initializes a new map
public MapImage ( ) : System
리턴 System

Refresh() 공개 메소드

Refreshes the map
public Refresh ( ) : void
리턴 void