Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NLayeredGraphLayout Class / CreateVertexBody Method


In This Topic
    CreateVertexBody Method (NLayeredGraphLayout)
    In This Topic
    Creates a new vertex body.
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreateVertexBody() As NBody2D
    'Usage
     
    
    Dim instance As NLayeredGraphLayout
    Dim value As NBody2D
     
    value = instance.CreateVertexBody()
    protected override NBody2D CreateVertexBody()
    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