Nevron Open Vision Documentation
Nevron.Nov.Layout Namespace / NBoxLayout Class / MeasureBoxes Method


In This Topic
    MeasureBoxes Method (NBoxLayout)
    In This Topic
    Called to measure the desired size of the boxes
    Syntax
    'Declaration
     
    
    Protected Overridable Function MeasureBoxes( _
       ByVal boxes As NBoxBodyList, _
       ByVal context As NLayoutContext _
    ) As NSize
    'Usage
     
    
    Dim instance As NBoxLayout
    Dim boxes As NBoxBodyList
    Dim context As NLayoutContext
    Dim value As NSize
     
    value = instance.MeasureBoxes(boxes, context)
    protected virtual NSize MeasureBoxes( 
       NBoxBodyList boxes,
       NLayoutContext context
    )

    Parameters

    boxes
    context
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also