The Canvas type exposes the following members.
Name | Description | |
---|---|---|
alignVObject |
Aligns the specified v-object. |
|
controlToWorkspace |
Translates coordinates from the control-related coordinate system to the workspace-related one. |
|
deleteCurrentVObject |
Delete the currently selected v-object and shows a confirmation dialog if needed. |
|
dispose |
Removes the current Canvas from the application. |
|
initialize |
Initializes the current Canvas object. |
|
invokeRemoteMethod |
Runs the specified remote method on the server. |
|
raiseKeyDown |
Raises the key down event. |
|
raiseKeyUp |
Raises the key up event. |
|
raiseMouseDown |
Raises the mouse down event. |
|
raiseMouseMove |
Raises the mouse move event. |
|
raiseMouseUp |
Raises the mouse up event. |
|
redraw |
Redraws the canvas. |
|
workspaceToControl |
Translates coordinates from the workspace-related coordinate system to the control-related one. |