Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NCellBodyList Class / GetMaxCellSize Method


In This Topic
    GetMaxCellSize Method
    In This Topic
    Returns the max cell size
    Syntax
    'Declaration
     
    
    Public Function GetMaxCellSize() As NSizeF
    'Usage
     
    
    Dim instance As NCellBodyList
    Dim value As NSizeF
     
    value = instance.GetMaxCellSize()
    public NSizeF GetMaxCellSize()

    Return Value

    max item size
    Remarks
    The max cell size is formed by the max cell bounds width and max cell bounds height of all contained cells
    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