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

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

Object Model




See Also

Reference

Manual