Aurigma Graphics Mill 5.5 for .NET
VObjectsRubberband Class
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)
Syntax
Visual Basic
<ToolboxBitmapAttribute(GetType(UserInputController), "Resources.RectangleRubberband.bmp")> _ Public Class VObjectsRubberband _ Inherits UserInputController _ Implements IRubberband, IUserInputController
C#
[ToolboxBitmapAttribute(typeof(UserInputController), "Resources.RectangleRubberband.bmp")] public class VObjectsRubberband : UserInputController, IRubberband, IUserInputController
Remarks
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.
Inheritance Hierarchy
System..::.Object
L
System.Web.UI..::.Control
L
System.Web.UI.WebControls..::.WebControl
L
Aurigma.GraphicsMill.AjaxControls..::.BaseScriptControl
L
Aurigma.GraphicsMill.AjaxControls..::.UserInputController
L
Aurigma.GraphicsMill.AjaxControls..::.VObjectsRubberband


