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


In This Topic
    CreateVertexBody Method (NGraphLayout)
    In This Topic
    Called in the graph building process to create a body for each vertex
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreateVertexBody() As NBody2D
    'Usage
     
    
    Dim instance As NGraphLayout
    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