Свойство | Type | Description | |
---|---|---|---|
mCurrentlyHandlingMouseOver | bool | ||
mCurrentlyPanning | bool |
Méthode | Description | |
---|---|---|
MoveZ ( ) : void | ||
OnKeyDown ( System.Windows.Input.KeyEventArgs keyEventArgs, int width, int height ) : void | ||
OnKeyUp ( System.Windows.Input.KeyEventArgs keyEventArgs, int width, int height ) : void | ||
OnManipulationDelta ( System manipulationEventArgs, int width, int height ) : void | ||
OnMouseClick ( System mouseEventArgs, int width, int height ) : void | ||
OnMouseDoubleClick ( System mouseEventArgs, int width, int height ) : void | ||
OnMouseDown ( System mouseEventArgs, int width, int height ) : void | ||
OnMouseMove ( System mouseEventArgs, int width, int height ) : void | ||
OnMouseUp ( System mouseEventArgs, int width, int height ) : void | ||
OnMouseWheel ( System mouseEventArgs, int width, int height ) : void | ||
Select ( ) : void | ||
SelectSegment ( uint segmentId ) : void | ||
SetSize ( int oldWidth, int oldHeight, int newWidth, int newHeight ) : void | ||
ToolBase ( |
public OnKeyDown ( System.Windows.Input.KeyEventArgs keyEventArgs, int width, int height ) : void | ||
keyEventArgs | System.Windows.Input.KeyEventArgs | |
width | int | |
height | int | |
Résultat | void |
public OnKeyUp ( System.Windows.Input.KeyEventArgs keyEventArgs, int width, int height ) : void | ||
keyEventArgs | System.Windows.Input.KeyEventArgs | |
width | int | |
height | int | |
Résultat | void |
public OnManipulationDelta ( System manipulationEventArgs, int width, int height ) : void | ||
manipulationEventArgs | System | |
width | int | |
height | int | |
Résultat | void |
public OnMouseClick ( System mouseEventArgs, int width, int height ) : void | ||
mouseEventArgs | System | |
width | int | |
height | int | |
Résultat | void |
public OnMouseDoubleClick ( System mouseEventArgs, int width, int height ) : void | ||
mouseEventArgs | System | |
width | int | |
height | int | |
Résultat | void |
public OnMouseDown ( System mouseEventArgs, int width, int height ) : void | ||
mouseEventArgs | System | |
width | int | |
height | int | |
Résultat | void |
public OnMouseMove ( System mouseEventArgs, int width, int height ) : void | ||
mouseEventArgs | System | |
width | int | |
height | int | |
Résultat | void |
public OnMouseUp ( System mouseEventArgs, int width, int height ) : void | ||
mouseEventArgs | System | |
width | int | |
height | int | |
Résultat | void |
public OnMouseWheel ( System mouseEventArgs, int width, int height ) : void | ||
mouseEventArgs | System | |
width | int | |
height | int | |
Résultat | void |
public SelectSegment ( uint segmentId ) : void | ||
segmentId | uint | |
Résultat | void |
public SetSize ( int oldWidth, int oldHeight, int newWidth, int newHeight ) : void | ||
oldWidth | int | |
oldHeight | int | |
newWidth | int | |
newHeight | int | |
Résultat | void |
public ToolBase ( |
||
tileImageManager | ||
engine | ||
Résultat | System |
protected bool mCurrentlyHandlingMouseOver | ||
Résultat | bool |