Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NCellsLayout Class / GetDesiredLayoutSize Method


In This Topic
    GetDesiredLayoutSize Method
    In This Topic
    Gets the desired size of the layout container, assuming that the arranged objects are at their desired size.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetDesiredLayoutSize( _
       ByVal objects As NNodeList, _
       ByVal context As NLayoutContext _
    ) As NSizeF
    'Usage
     
    
    Dim instance As NCellsLayout
    Dim objects As NNodeList
    Dim context As NLayoutContext
    Dim value As NSizeF
     
    value = instance.GetDesiredLayoutSize(objects, context)
    public virtual NSizeF GetDesiredLayoutSize( 
       NNodeList objects,
       NLayoutContext context
    )

    Parameters

    objects
    context
    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