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


In This Topic
    bll Method (NBlock)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overridable Sub bll( _
       ByVal pxlC As NPoint, _
       ByVal QxlC As NList(Of NBlock) _
    ) 
    'Usage
     
    
    Dim instance As NBlock
    Dim pxlC As NPoint
    Dim QxlC As NList(Of NBlock)
     
    instance.bll(pxlC, QxlC)
    internal virtual void bll( 
       NPoint pxlC,
       NList<NBlock> QxlC
    )

    Parameters

    pxlC
    QxlC
    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