Method | Description | |
---|---|---|
MoveZ ( ) : void | ||
OnKeyDown ( System keyEventArgs, int width, int height ) : void | ||
OnKeyUp ( System keyEventArgs, int width, int height ) : void | ||
OnMouseClick ( System mouseEventArgs, int width, int height ) : void | ||
OnMouseDown ( System mouseEventArgs, int width, int height ) : void | ||
OnMouseMove ( |
||
OnMouseUp ( System mouseEventArgs, int width, int height ) : void | ||
Select ( ) : void | ||
SelectSegment ( uint segmentId ) : void | ||
SplitSegmentationTool ( |
public OnKeyDown ( System keyEventArgs, int width, int height ) : void | ||
keyEventArgs | System | |
width | int | |
height | int | |
return | void |
public OnKeyUp ( System keyEventArgs, int width, int height ) : void | ||
keyEventArgs | System | |
width | int | |
height | int | |
return | void |
public OnMouseClick ( System mouseEventArgs, int width, int height ) : void | ||
mouseEventArgs | System | |
width | int | |
height | int | |
return | void |
public OnMouseDown ( System mouseEventArgs, int width, int height ) : void | ||
mouseEventArgs | System | |
width | int | |
height | int | |
return | void |
public OnMouseMove ( |
||
mouseEventArgs | ||
width | int | |
height | int | |
return | void |
public OnMouseUp ( System mouseEventArgs, int width, int height ) : void | ||
mouseEventArgs | System | |
width | int | |
height | int | |
return | void |
public SelectSegment ( uint segmentId ) : void | ||
segmentId | uint | |
return | void |
public SplitSegmentationTool ( |
||
tileManager | ||
engine | ||
return | System.Windows.Forms |