Aurigma Graphics Mill 5.5 for .NET
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
C#
public class VObjectsRubberband : UserInputController, 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
System..::.Object
L
System..::.MarshalByRefObject
L
System.ComponentModel..::.Component
L
Aurigma.GraphicsMill.WinControls..::.UserInputController
L
Aurigma.GraphicsMill.WinControls..::.VObjectsRubberband
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.











