Aurigma Graphics Mill 5.5 for .NET
CanvasViewer Class
This class represents a scrollable viewport web control for vector objects.
Namespace:
Aurigma.GraphicsMill.AjaxControls
Assembly:
Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)
Syntax
Visual Basic
Public Class CanvasViewer _ Inherits BaseViewer _ Implements INamingContainer
C#
public class CanvasViewer : BaseViewer, INamingContainer
Remarks
This class is intended to display multi-layered vector images. It allows zooming and scrolling the displayed image and supports undo and redo of actions.
Inheritance Hierarchy
System..::.Object
L
System.Web.UI..::.Control
L
System.Web.UI.WebControls..::.WebControl
L
Aurigma.GraphicsMill.AjaxControls..::.BaseScriptControl
L
Aurigma.GraphicsMill.AjaxControls..::.BaseViewer
L
Aurigma.GraphicsMill.AjaxControls..::.CanvasViewer




