Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NSymbol Class / QvxC Method


In This Topic
    QvxC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function QvxC( _
       ByVal rvxC As NSize, _
       ByVal SvxC As NFill, _
       ByVal tvxC As NStroke _
    ) As NSymbol
    'Usage
     
    
    Dim rvxC As NSize
    Dim SvxC As NFill
    Dim tvxC As NStroke
    Dim value As NSymbol
     
    value = NSymbol.QvxC(rvxC, SvxC, tvxC)
    internal static NSymbol QvxC( 
       NSize rvxC,
       NFill SvxC,
       NStroke tvxC
    )

    Parameters

    rvxC
    SvxC
    tvxC
    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