This class represents a rubberband which adds v-objects support functionality to the BitmapViewer control.
Namespace:
Aurigma.GraphicsMill.AjaxControls
Assembly:
Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)
<ToolboxBitmapAttribute(GetType(UserInputController), "Resources.RectangleRubberband.bmp")> _ Public Class VObjectsRubberband _ Inherits UserInputController _ Implements IRubberband, IUserInputController
[ToolboxBitmapAttribute(typeof(UserInputController), "Resources.RectangleRubberband.bmp")] public class VObjectsRubberband : UserInputController, IRubberband, IUserInputController
This class can be used in combination with the BitmapViewer control to add v-objects support to this control. You can use the BitmapViewer + VObjectsRubberband combination if you want to extend your existing application with AJAX Vector Objects. However, if you are going to use AJAX Vector Objects in a new application, it is recommended to use the CanvasViewer instead.