Property | Type | Description | |
---|---|---|---|
ISketchTool | void | ||
keyshift2int | int | ||
mousebutton2int | int | ||
mouseshift2int | int |
Method | Description | |
---|---|---|
OnContextMenu ( int x, int y ) : bool | ||
OnKeyDown ( |
||
OnMouseDown ( |
||
OnMouseUp ( |
||
OnRefresh ( int hDC ) : void |
Method | Description | |
---|---|---|
ISketchTool ( IPoint point, bool Clone, bool allowUndo ) : void | ||
keyshift2int ( |
||
mousebutton2int ( |
||
mouseshift2int ( |
protected final OnContextMenu ( int x, int y ) : bool | ||
x | int | |
y | int | |
return | bool |
protected final OnKeyDown ( |
||
arg | ||
return | void |
protected final OnMouseDown ( |
||
arg | ||
return | void |
protected final OnMouseUp ( |
||
arg | ||
return | void |