C# 클래스 Tibialyzer.MapPictureBox

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

공개 프로퍼티들

프로퍼티 타입 설명
beginCoordinate Coordinate
beginWidth int
map Tibialyzer.Map
mapCoordinate Coordinate
mapImage Image
nextConnectionPoint Tibialyzer.Point3D
nextImportantTarget string
nextTarget string
otherMap Tibialyzer.Map
paths List
sourceWidth int
targetCoordinate Coordinate
targets List
zCoordinate int

공개 메소드들

메소드 설명
DrawPath ( Graphics gr, TibiaPath path ) : void
MapPictureBox ( ) : System
NextStep ( ) : void
SetTargetCoordinate ( Coordinate coordinate ) : void
UpdateMap ( bool periodicUpdate = false ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnMouseWheel ( MouseEventArgs e ) : void

비공개 메소드들

메소드 설명
RefreshMapTimer ( ) : void
convertx ( int x ) : int
converty ( int y ) : int

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

DrawPath() 공개 메소드

public DrawPath ( Graphics gr, TibiaPath path ) : void
gr System.Drawing.Graphics
path TibiaPath
리턴 void

MapPictureBox() 공개 메소드

public MapPictureBox ( ) : System
리턴 System

NextStep() 공개 메소드

public NextStep ( ) : void
리턴 void

OnKeyDown() 보호된 메소드

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
리턴 void

OnMouseDown() 보호된 메소드

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnMouseMove() 보호된 메소드

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnMouseUp() 보호된 메소드

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnMouseWheel() 보호된 메소드

protected OnMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

SetTargetCoordinate() 공개 메소드

public SetTargetCoordinate ( Coordinate coordinate ) : void
coordinate Coordinate
리턴 void

UpdateMap() 공개 메소드

public UpdateMap ( bool periodicUpdate = false ) : void
periodicUpdate bool
리턴 void

프로퍼티 상세

beginCoordinate 공개적으로 프로퍼티

public Coordinate beginCoordinate
리턴 Coordinate

beginWidth 공개적으로 프로퍼티

public int beginWidth
리턴 int

map 공개적으로 프로퍼티

public Map,Tibialyzer map
리턴 Tibialyzer.Map

mapCoordinate 공개적으로 프로퍼티

public Coordinate mapCoordinate
리턴 Coordinate

mapImage 공개적으로 프로퍼티

public Image mapImage
리턴 Image

nextConnectionPoint 공개적으로 프로퍼티

public Point3D,Tibialyzer nextConnectionPoint
리턴 Tibialyzer.Point3D

nextImportantTarget 공개적으로 프로퍼티

public string nextImportantTarget
리턴 string

nextTarget 공개적으로 프로퍼티

public string nextTarget
리턴 string

otherMap 공개적으로 프로퍼티

public Map,Tibialyzer otherMap
리턴 Tibialyzer.Map

paths 공개적으로 프로퍼티

public List paths
리턴 List

sourceWidth 공개적으로 프로퍼티

public int sourceWidth
리턴 int

targetCoordinate 공개적으로 프로퍼티

public Coordinate targetCoordinate
리턴 Coordinate

targets 공개적으로 프로퍼티

public List targets
리턴 List

zCoordinate 공개적으로 프로퍼티

public int zCoordinate
리턴 int