NevronOpenVision
Nevron.Nov.Diagram Namespace / NDrawBoxCommand Class
Members
NDrawBoxCommand Class
A geometry command that serves as base class for draw box commands such as DrawRectangle, DrawEllipse, DrawPolyline, DrawPolygon and DrawPath.
Object Model
NDrawBoxCommand Class
Syntax
Remarks
Box commands are used for the more efficient drawing of geometries that have lots of vertices. The figure placement is defined by four sides (left, top, right and bottom). Each specific command outputs an open or closed figure or even an entire path, that aims to fill this box.
Inheritance Hierarchy

System.Object
   Nevron.Nov.Dom.NNode
      Nevron.Nov.Dom.NDocumentNode
         Nevron.Nov.Dom.NElement
            Nevron.Nov.Diagram.NShapePart
               Nevron.Nov.Diagram.NGeometryCommand
                  Nevron.Nov.Diagram.NDrawBoxCommand
                     Nevron.Nov.Diagram.NDrawEllipse
                     Nevron.Nov.Diagram.NDrawPath
                     Nevron.Nov.Diagram.NDrawPolypoints<T>
                     Nevron.Nov.Diagram.NDrawRectangle

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