C# Class Tibialyzer.MapPictureBox

Inheritance: System.Windows.Forms.PictureBox
Afficher le fichier Open project: Mytherin/Tibialyzer Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
DrawPath ( Graphics gr, TibiaPath path ) : void
MapPictureBox ( ) : System
NextStep ( ) : void
SetTargetCoordinate ( Coordinate coordinate ) : void
UpdateMap ( bool periodicUpdate = false ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnMouseWheel ( MouseEventArgs e ) : void

Private Methods

Méthode Description
RefreshMapTimer ( ) : void
convertx ( int x ) : int
converty ( int y ) : int

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

DrawPath() public méthode

public DrawPath ( Graphics gr, TibiaPath path ) : void
gr System.Drawing.Graphics
path TibiaPath
Résultat void

MapPictureBox() public méthode

public MapPictureBox ( ) : System
Résultat System

NextStep() public méthode

public NextStep ( ) : void
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseWheel() protected méthode

protected OnMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

SetTargetCoordinate() public méthode

public SetTargetCoordinate ( Coordinate coordinate ) : void
coordinate Coordinate
Résultat void

UpdateMap() public méthode

public UpdateMap ( bool periodicUpdate = false ) : void
periodicUpdate bool
Résultat void

Property Details

beginCoordinate public_oe property

public Coordinate beginCoordinate
Résultat Coordinate

beginWidth public_oe property

public int beginWidth
Résultat int

map public_oe property

public Map,Tibialyzer map
Résultat Tibialyzer.Map

mapCoordinate public_oe property

public Coordinate mapCoordinate
Résultat Coordinate

mapImage public_oe property

public Image mapImage
Résultat Image

nextConnectionPoint public_oe property

public Point3D,Tibialyzer nextConnectionPoint
Résultat Tibialyzer.Point3D

nextImportantTarget public_oe property

public string nextImportantTarget
Résultat string

nextTarget public_oe property

public string nextTarget
Résultat string

otherMap public_oe property

public Map,Tibialyzer otherMap
Résultat Tibialyzer.Map

paths public_oe property

public List paths
Résultat List

sourceWidth public_oe property

public int sourceWidth
Résultat int

targetCoordinate public_oe property

public Coordinate targetCoordinate
Résultat Coordinate

targets public_oe property

public List targets
Résultat List

zCoordinate public_oe property

public int zCoordinate
Résultat int