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

VObjectsRubberband Class

This class represents a rubberband that allows drawing vector objects.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Public Class VObjectsRubberband _
	Inherits UserInputController _
	Implements IRubberband, IUserInputController, IVObjectHost, IStateNavigable

Remarks

This class can be used in combination with the BitmapViewer control to add the vector drawing support to that control. This way the BitmapViewer control will act as a multi-layer host object. However, this solution is not optimized for intensive vector drawing, and it may be more efficient to use the MultiLayerViewer instead.

Inheritance Hierarchy

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

Object Model












See Also

Reference

Manual