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


In This Topic
    GetMaxLayoutSize Method
    In This Topic
    Gets the maximal size of the layout container, assuming that the arranged objects are at their maximal size.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetMaxLayoutSize( _
       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.GetMaxLayoutSize(objects, context)
    public virtual NSizeF GetMaxLayoutSize( 
       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