Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NBlock Class / All Method


In This Topic
    All Method (NBlock)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overridable Sub All( _
       ByVal rxlC As NRectangle, _
       ByVal SxlC As NList(Of NBlock) _
    ) 
    'Usage
     
    
    Dim instance As NBlock
    Dim rxlC As NRectangle
    Dim SxlC As NList(Of NBlock)
     
    instance.All(rxlC, SxlC)
    internal virtual void All( 
       NRectangle rxlC,
       NList<NBlock> SxlC
    )

    Parameters

    rxlC
    SxlC
    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