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


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