Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NFlowLayout Class / GetCellsLayoutSize Method


In This Topic
    GetCellsLayoutSize Method (NFlowLayout)
    In This Topic
    Called to get the layout size for the specified cell dimensions
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetCellsLayoutSize( _
       ByVal xdimension As CellContentDimension, _
       ByVal ydimension As CellContentDimension, _
       ByVal cells As NCellBodyList, _
       ByVal context As NLayoutContext _
    ) As NSizeF
    'Usage
     
    
    Dim instance As NFlowLayout
    Dim xdimension As CellContentDimension
    Dim ydimension As CellContentDimension
    Dim cells As NCellBodyList
    Dim context As NLayoutContext
    Dim value As NSizeF
     
    value = instance.GetCellsLayoutSize(xdimension, ydimension, cells, context)

    Parameters

    xdimension
    ydimension
    cells
    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