메소드 | 설명 | |
---|---|---|
DrawMergeSegmentationTool ( |
||
MoveZ ( ) : void | ||
OnKeyDown ( System keyEventArgs, int width, int height ) : void | ||
OnKeyUp ( System keyEventArgs, int width, int height ) : void | ||
OnMouseDown ( System mouseEventArgs, int width, int height ) : void | ||
OnMouseMove ( |
||
OnMouseUp ( System mouseEventArgs, int width, int height ) : void | ||
OnMouseWheel ( System mouseEventArgs, int width, int height ) : void | ||
Select ( ) : void | ||
SelectSegment ( uint segmentId ) : void |
public DrawMergeSegmentationTool ( |
||
tileManager | ||
engine | ||
리턴 | System.Windows.Forms |
public OnKeyDown ( System keyEventArgs, int width, int height ) : void | ||
keyEventArgs | System | |
width | int | |
height | int | |
리턴 | void |
public OnKeyUp ( System keyEventArgs, int width, int height ) : void | ||
keyEventArgs | System | |
width | int | |
height | int | |
리턴 | void |
public OnMouseDown ( System mouseEventArgs, int width, int height ) : void | ||
mouseEventArgs | System | |
width | int | |
height | int | |
리턴 | void |
public OnMouseMove ( |
||
mouseEventArgs | ||
width | int | |
height | int | |
리턴 | void |
public OnMouseUp ( System mouseEventArgs, int width, int height ) : void | ||
mouseEventArgs | System | |
width | int | |
height | int | |
리턴 | void |
public OnMouseWheel ( System mouseEventArgs, int width, int height ) : void | ||
mouseEventArgs | System | |
width | int | |
height | int | |
리턴 | void |