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


In This Topic
    hAl Method (NBlock)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overridable Sub hAl( _
       ByVal txlC As System.Boolean, _
       ByRef UxlC As NSize, _
       ByRef vxlC As NSize _
    ) 
    'Usage
     
    
    Dim instance As NBlock
    Dim txlC As System.Boolean
    Dim UxlC As NSize
    Dim vxlC As NSize
     
    instance.hAl(txlC, UxlC, vxlC)
    internal virtual void hAl( 
       System.bool txlC,
       out NSize UxlC,
       out NSize vxlC
    )

    Parameters

    txlC
    UxlC
    vxlC
    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