C# 클래스 WPFMapControlTest.MapControl1

상속: MapControlBase
파일 보기 프로젝트 열기: tomba/dwarrowdelf

공개 메소드들

메소드 설명
MapControl1 ( ) : System

보호된 메소드들

메소드 설명
CreateTile ( ) : UIElement
OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
UpdateTile ( UIElement _tile, IntPoint ml ) : void

메소드 상세

CreateTile() 보호된 메소드

protected CreateTile ( ) : UIElement
리턴 UIElement

MapControl1() 공개 메소드

public MapControl1 ( ) : System
리턴 System

OnMouseMove() 보호된 메소드

protected OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
리턴 void

UpdateTile() 보호된 메소드

protected UpdateTile ( UIElement _tile, IntPoint ml ) : void
_tile UIElement
ml IntPoint
리턴 void