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


In This Topic
    NPolyPathPrimitive Class
    In This Topic
    The NPolyPathPrimitive class serves as base class for all path primitives, which have a variable number of points.
    Object Model
    NPolyPathPrimitive Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.Diagram.NPolylinePath)>
    <System.ComponentModel.EditorAttribute(Nevron.Diagram.Editors.NDiagramElementTypeEditor, System.Drawing.Design.UITypeEditor)>
    <System.SerializableAttribute()>
    Public MustInherit Class NPolyPathPrimitive 
       Inherits NPathPrimitive
       Implements INAncestorTransformObserver, INBoundable, INContextMenuEditable, INDiagramElement, INDirtyInflate, INDragDropEventHandler, INHitTestable, INInvalidatable, INKeyboardEventHandler, INMeasurements, INMouseEventHandler, INPaintable, INPoints, INPolyPoints, INSegments, INStyleable, INStyleComposer, INTransformable, INTranslatable, INVisible, INZOrderable, Nevron.Dom.INAttributeContainer, Nevron.Dom.INAttributeObserver, Nevron.Dom.INElement, Nevron.Dom.INHistoryCallback, Nevron.Dom.INIdentifiable, Nevron.Dom.INNode, Nevron.Dom.INUniquelyIdentifiable, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NPolyPathPrimitive
    Remarks
    It implements the INPolyPoints interface to indicate that you can add, remove, insert and merge points of this path. It also implements the INSegments interface to expose the segments from which the polypath is constructed.
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.NDiagramNode
          Nevron.Diagram.NDiagramElement
             Nevron.Diagram.NStyleComposerElement
                Nevron.Diagram.NStyleableElement
                   Nevron.Diagram.NTransformableElement
                      Nevron.Diagram.NModel
                         Nevron.Diagram.NPrimitiveModel
                            Nevron.Diagram.NPathPrimitive
                               Nevron.Diagram.NPolyPathPrimitive
                                  Nevron.Diagram.NClosedCurvePath
                                  Nevron.Diagram.NCurvePath
                                  Nevron.Diagram.NPolygonPath
                                  Nevron.Diagram.NPolylinePath

    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