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


In This Topic
    MbYC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub MbYC( _
       ByVal nbYC As NPaintVisitor, _
       ByVal ObYC As NVisual, _
       ByVal pbYC As NPoint, _
       ByVal QbYC() As System.Char _
    ) 
    'Usage
     
    
    Dim instance As NTextStyle
    Dim nbYC As NPaintVisitor
    Dim ObYC As NVisual
    Dim pbYC As NPoint
    Dim QbYC() As System.Char
     
    instance.MbYC(nbYC, ObYC, pbYC, QbYC)
    internal void MbYC( 
       NPaintVisitor nbYC,
       NVisual ObYC,
       NPoint pbYC,
       System.char[] QbYC
    )

    Parameters

    nbYC
    ObYC
    pbYC
    QbYC
    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