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


In This Topic
    hAl Method (NParagraph)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Sub hAl( _
       ByVal bxpC As System.Boolean, _
       ByRef CxpC As NSize, _
       ByRef dxpC As NSize _
    ) 
    'Usage
     
    
    Dim instance As NParagraph
    Dim bxpC As System.Boolean
    Dim CxpC As NSize
    Dim dxpC As NSize
     
    instance.hAl(bxpC, CxpC, dxpC)
    internal override void hAl( 
       System.bool bxpC,
       out NSize CxpC,
       out NSize dxpC
    )

    Parameters

    bxpC
    CxpC
    dxpC
    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