Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NTextStyle Class / hbYC Method


In This Topic
    hbYC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub hbYC( _
       ByVal IbYC As NPaintVisitor, _
       ByVal jbYC As NVisual, _
       ByVal KbYC As NRectangle, _
       ByVal lbYC() As System.Char _
    ) 
    'Usage
     
    
    Dim instance As NTextStyle
    Dim IbYC As NPaintVisitor
    Dim jbYC As NVisual
    Dim KbYC As NRectangle
    Dim lbYC() As System.Char
     
    instance.hbYC(IbYC, jbYC, KbYC, lbYC)
    internal void hbYC( 
       NPaintVisitor IbYC,
       NVisual jbYC,
       NRectangle KbYC,
       System.char[] lbYC
    )

    Parameters

    IbYC
    jbYC
    KbYC
    lbYC
    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