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)
Public Class VObjectsRubberband _ Inherits UserInputController _ Implements IRubberband, IUserInputController, IVObjectHost, IStateNavigable
public class VObjectsRubberband : UserInputController, IRubberband, IUserInputController, IVObjectHost, IStateNavigable
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.