NevronOpenVision
Nevron.Nov.Diagram Namespace / NDrawing Class
Members
NDrawing Class
Represents an interactive drawing, that consists of pages. A drawing is the root element inside a NDrawingDocument.
Object Model
NDrawing Class
Syntax
Remarks
Each drawing consists of pages that are accessible from the Pages property. Of all pages in a drawing only one can be active at time. The active page is specified by its index, via the ActivePageIndex property. The currently active page is accessible from the ActivePage property.
Inheritance Hierarchy

System.Object
   Nevron.Nov.Dom.NNode
      Nevron.Nov.Dom.NDocumentNode
         Nevron.Nov.Dom.NElement
            Nevron.Nov.Dom.NVisual
               Nevron.Nov.UI.NInputElement
                  Nevron.Nov.Diagram.NDiagramRootElement
                     Nevron.Nov.Diagram.NDrawing

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also