Nevron .NET Vision
Nevron.Diagram.ThinWeb Namespace / NRectZoomTool Class
Members


In This Topic
    NRectZoomTool Class
    In This Topic
    Represents a tool that allows the user to zoom in / out a diagram using a rectangular selection.
    Object Model
    NRectZoomTool Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.ThinWeb.NTool)>
    <System.SerializableAttribute()>
    Public Class NRectZoomTool 
       Inherits NDiagramTool
       Implements Nevron.Dom.INNode, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NRectZoomTool
    [System.Xml.Serialization.XmlInclude(Nevron.ThinWeb.NTool)]
    [System.Serializable()]
    public class NRectZoomTool : NDiagramTool, Nevron.Dom.INNode, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Inheritance Hierarchy

    System.Object
       Nevron.ThinWeb.NNode
          Nevron.ThinWeb.NTool
             Nevron.Diagram.ThinWeb.NDiagramTool
                Nevron.Diagram.ThinWeb.NRectZoomTool

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also