The VObjectsRubberband type exposes the following members.
Name | Description | |
---|---|---|
VObjectsRubberband |
Creates and initializes a new rubberband instance. |
Name | Description | |
---|---|---|
ClearHistory |
Discards both the undo and redo histories. |
|
ClearRedoHistory |
Discards the redo history. |
|
ClearUndoHistory |
Discards the undo history. |
|
Connect |
Connects this rubberband to a viewer control. (Overrides UserInputController.Connect(ViewerBase).) |
|
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Disconnect |
Disconnects this rubberband from a viewer control. (Overrides UserInputController.Disconnect().) |
|
Dispose | (Inherited from Component.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Component.) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetService | (Inherited from Component.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
MemberwiseClone | Overloaded. | |
OnViewerDoubleBufferPaint | (Overrides UserInputController.OnViewerDoubleBufferPaint(PaintEventArgs).) | |
Redo | Overloaded. Redoes the last undone change. |
|
RenderWorkspace | Overloaded. Exports the workspace as Bitmap with a transparent background. |
|
SaveState |
Saves the state of the object. |
|
ToString | (Inherited from Component.) | |
Undo | Overloaded. Undoes the last made change. |
|
Update |
This method is called by the BitmapViewer when it needs to be repainted or updated in any other way. (Inherited from UserInputController.) |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from Component.) | |
CanRedo |
Indicates if the last reverted action can be redone. |
|
CanUndo |
Indicates if the last action can be undone. |
|
Container | (Inherited from Component.) | |
CurrentDesigner |
Gets/sets the currently active designer. |
|
CurrentLayer |
Gets/sets the currently selected layer. |
|
CurrentLayerIndex |
Gets/sets the index of the currently selected layer. |
|
DefaultDesigner |
Gets the default designer associated with the host object. |
|
DesignerOptions |
Gets options available to all designers. |
|
DesignMode | (Inherited from Component.) | |
Events | (Inherited from Component.) | |
HostViewer |
Gets a reference to a currently used viewer control. |
|
Layers |
Returns the layer collection of a rubberband. |
|
MaxUndoStepCount |
Gets/sets a maximum number of available undo steps (levels). |
|
MultipleVObjectsTransformationEnabled |
Gets/sets a value indicating if a multiple selection can only be dragged. |
|
MultiSelect |
Gets/sets a value indicating whether multiple items can be selected. |
|
RedoStepCount |
Gets the number of available redo steps (levels). |
|
ResizeProportionallyWithShift |
Gets/sets a value indicating if v-objects should be resized proportionally when the user holds the SHIFT key. |
|
Site | (Inherited from Component.) | |
UndoRedoEnabled |
Enables or disables the undo/redo functionality. |
|
UndoRedoTrackingEnabled |
Enables or disables the automatic change tracking. |
|
UndoStepCount |
Gets the number of available undo steps (levels). |
Name | Description | |
---|---|---|
CurrentLayerChanged |
Raised when another layer is selected by the user. |
|
DesignerChanged |
Raised when another v-object is selected by the user. |
|
Disposed | (Inherited from Component.) | |
LayerAdded |
Raised after a new layer is added. |
|
LayerChanged |
Raised after a layer is modified. |
|
LayerRemoved |
Raised after a layer is removed. |
|
Redoing |
Raised when an action is going to be redone. |
|
Redone |
Raised when an action is already redone. |
|
Undoing |
Raised when an action is going to be undone. |
|
Undone |
Raised when an action is already undone. |