Nevron .NET Vision
Nevron.Diagram Namespace / NPathShape Class
Members


In This Topic
    NPathShape Class
    In This Topic
    The NPathShape class represents a primitive shape, which aggregates a single NPathPrimitive
    Object Model
    NPathShape Class
    Syntax
    'Usage
     
    
    Dim instance As NPathShape
    Remarks
    Since all path primitives implement the INPoints interface, the NPathShape also implements this interface and by default delegates the implementation to the aggregated path primitive
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.NDiagramNode
          Nevron.Diagram.NDiagramElement
             Nevron.Diagram.NStyleComposerElement
                Nevron.Diagram.NStyleableElement
                   Nevron.Diagram.NTransformableElement
                      Nevron.Diagram.NModel
                         Nevron.Diagram.NAggregateModel
                            Nevron.Diagram.NShape
                               Nevron.Diagram.NPrimitiveShape
                                  Nevron.Diagram.NPathShape
                                     Nevron.Diagram.NArrowShape
                                     Nevron.Diagram.NBezierCurveShape
                                     Nevron.Diagram.NCircularArcShape
                                     Nevron.Diagram.NEllipseShape
                                     Nevron.Diagram.NEllipticalArcShape
                                     Nevron.Diagram.NErmConnector
                                     Nevron.Diagram.NLineShape
                                     Nevron.Diagram.NPolyPathShape
                                     Nevron.Diagram.NRectangleShape
                                     Nevron.Diagram.NStepConnector

    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