Property | 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 |
Method | Description | |
---|---|---|
DrawPath ( |
||
MapPictureBox ( ) : System | ||
NextStep ( ) : void | ||
SetTargetCoordinate ( Coordinate coordinate ) : void | ||
UpdateMap ( bool periodicUpdate = false ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnKeyDown ( |
||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnMouseWheel ( MouseEventArgs e ) : void |
Method | Description | |
---|---|---|
RefreshMapTimer ( ) : void | ||
convertx ( int x ) : int | ||
converty ( int y ) : int |
public DrawPath ( |
||
gr | ||
path | ||
return | void |
protected OnKeyDown ( |
||
e | ||
return | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseWheel ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
public SetTargetCoordinate ( Coordinate coordinate ) : void | ||
coordinate | Coordinate | |
return | void |
public UpdateMap ( bool periodicUpdate = false ) : void | ||
periodicUpdate | bool | |
return | void |
public Point3D,Tibialyzer nextConnectionPoint | ||
return | Tibialyzer.Point3D |