Nevron .NET Vision
Nevron.Diagram.Templates Namespace / NGraphTemplate Class / CreateVertex Method
predefined shape


In This Topic
    CreateVertex Method
    In This Topic
    Creates a new graph vertex with the specified predefined shape
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateVertex( _
       ByVal shape As BasicShapes _
    ) As NShape
    'Usage
     
    
    Dim instance As NGraphTemplate
    Dim shape As BasicShapes
    Dim value As NShape
     
    value = instance.CreateVertex(shape)
    protected virtual NShape CreateVertex( 
       BasicShapes shape
    )

    Parameters

    shape
    predefined shape

    Return Value

    new graph vertex
    Remarks
    The new graph vertex style is a copy of the VerticesStyle style
    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