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

VObjectsRubberband Methods

The VObjectsRubberband type exposes the following members.

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.)

See Also

Reference