This documentation is for the old version. Go to the latest Graphics Mill docs

VObjectsRubberband Members

The VObjectsRubberband type exposes the following members.

Constructors

Name Description
Public method VObjectsRubberband

Creates and initializes a new rubberband instance.

Methods

Name Description
Public method ClearHistory

Discards both the undo and redo histories.

Public method ClearRedoHistory

Discards the redo history.

Public method ClearUndoHistory

Discards the undo history.

Public method Connect

Connects this rubberband to a viewer control.

(Overrides UserInputController.Connect(ViewerBase).)
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method Disconnect

Disconnects this rubberband from a viewer control.

(Overrides UserInputController.Disconnect().)
Public method Dispose (Inherited from Component.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Component.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Protected method GetService (Inherited from Component.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone Overloaded.
Protected method OnViewerDoubleBufferPaint (Overrides UserInputController.OnViewerDoubleBufferPaint(PaintEventArgs).)
Public method Redo Overloaded.

Redoes the last undone change.

Public method RenderWorkspace Overloaded.

Exports the workspace as Bitmap with a transparent background.

Public method SaveState

Saves the state of the object.

Public method ToString (Inherited from Component.)
Public method Undo Overloaded.

Undoes the last made change.

Public method Update

This method is called by the BitmapViewer when it needs to be repainted or updated in any other way.

(Inherited from UserInputController.)

Properties

Name Description
Protected property CanRaiseEvents (Inherited from Component.)
Public property CanRedo

Indicates if the last reverted action can be redone.

Public property CanUndo

Indicates if the last action can be undone.

Public property Container (Inherited from Component.)
Public property CurrentDesigner

Gets/sets the currently active designer.

Public property CurrentLayer

Gets/sets the currently selected layer.

Public property CurrentLayerIndex

Gets/sets the index of the currently selected layer.

Public property DefaultDesigner

Gets the default designer associated with the host object.

Public property DesignerOptions

Gets options available to all designers.

Protected property DesignMode (Inherited from Component.)
Protected property Events (Inherited from Component.)
Public property HostViewer

Gets a reference to a currently used viewer control.

Public property Layers

Returns the layer collection of a rubberband.

Public property MaxUndoStepCount

Gets/sets a maximum number of available undo steps (levels).

Public property MultipleVObjectsTransformationEnabled

Gets/sets a value indicating if a multiple selection can only be dragged.

Public property MultiSelect

Gets/sets a value indicating whether multiple items can be selected.

Public property RedoStepCount

Gets the number of available redo steps (levels).

Public property ResizeProportionallyWithShift

Gets/sets a value indicating if v-objects should be resized proportionally when the user holds the SHIFT key.

Public property Site (Inherited from Component.)
Public property UndoRedoEnabled

Enables or disables the undo/redo functionality.

Public property UndoRedoTrackingEnabled

Enables or disables the automatic change tracking.

Public property UndoStepCount

Gets the number of available undo steps (levels).

Events

Name Description
Public event CurrentLayerChanged

Raised when another layer is selected by the user.

Public event DesignerChanged

Raised when another v-object is selected by the user.

Public event Disposed (Inherited from Component.)
Public event LayerAdded

Raised after a new layer is added.

Public event LayerChanged

Raised after a layer is modified.

Public event LayerRemoved

Raised after a layer is removed.

Public event Redoing

Raised when an action is going to be redone.

Public event Redone

Raised when an action is already redone.

Public event Undoing

Raised when an action is going to be undone.

Public event Undone

Raised when an action is already undone.

See Also

Reference