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


In This Topic
    NPolyPathShape Class
    In This Topic
    The NPolyPathShape class represents a path shape, which aggregates a single NPolyPathPrimitive primitive
    Object Model
    NPolyPathShape Class
    Syntax
    'Usage
     
    
    Dim instance As NPolyPathShape
    Remarks
    Since all polypath primitives implement the INPolyPoints and INSegments interfaces, the NPolyPathShape also implements these interface and delegates the implementation to the aggregated poly 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.NPolyPathShape
                                        Nevron.Diagram.NClosedCurveShape
                                        Nevron.Diagram.NCurveShape
                                        Nevron.Diagram.NMutablePolyPathShape
                                        Nevron.Diagram.NPolygonShape
                                        Nevron.Diagram.NPolylineShape

    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