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


In This Topic
    dbYC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function dbYC( _
       ByVal EbYC As NVisual, _
       ByVal fbYC() As System.Char, _
       ByVal GbYC As System.Double _
    ) As NSize
    'Usage
     
    
    Dim instance As NTextStyle
    Dim EbYC As NVisual
    Dim fbYC() As System.Char
    Dim GbYC As System.Double
    Dim value As NSize
     
    value = instance.dbYC(EbYC, fbYC, GbYC)
    internal NSize dbYC( 
       NVisual EbYC,
       System.char[] fbYC,
       System.double GbYC
    )

    Parameters

    EbYC
    fbYC
    GbYC
    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