Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NGeometry Class
Members


In This Topic
    NGeometry Class
    In This Topic
    Represents a shape geometry. The geometry defines a dynamically constructed graphics path, which is created by the geometry child commands.
    Object Model
    NGeometry Class
    Syntax
    'Usage
     
    
    Dim instance As NGeometry
    Remarks
    There are two ways in which you can define the path of a geometry:
    • Plotter commands such as NMoveTo, NLineTo, NArcTo etc. provide the ability define dynamic geometries, that are driven by expressions, because each aspect of a plotter command is controlled by a property to which you can assign an expression.
    • DrawBox commands such as NDrawRectangle, NDrawEllipse, NDrawPolygon, NDrawPolyline and NDrawPath provide the ability to draw geometries with many vertices, that stretch to a box inside the shape coordinate system. DrawBox commands are commonly used when you create clip-art shapes.
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NNode
          Nevron.Nov.Dom.NDocumentNode
             Nevron.Nov.Dom.NElement
                Nevron.Nov.Dom.NVisual
                   Nevron.Nov.Diagram.NVisualShapePart
                      Nevron.Nov.Diagram.NGeometry

    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