Nevron .NET Vision
Nevron.Diagram.Templates Namespace / NGenericTreeTemplate Class / GetSize Method


In This Topic
    GetSize Method (NGenericTreeTemplate)
    In This Topic
    Gets the size for a new vertex taking into account the VertexSizeDeviation property.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetSize( _
       ByVal rnd As System.Random _
    ) As NSizeF
    'Usage
     
    
    Dim instance As NGenericTreeTemplate
    Dim rnd As System.Random
    Dim value As NSizeF
     
    value = instance.GetSize(rnd)
    protected virtual NSizeF GetSize( 
       System.Random rnd
    )

    Parameters

    rnd
    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