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


In This Topic
    QxxC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function QxxC( _
       ByVal rxxC As NSize, _
       ByVal SxxC As NFill, _
       ByVal txxC As NStroke _
    ) As NSymbol
    'Usage
     
    
    Dim rxxC As NSize
    Dim SxxC As NFill
    Dim txxC As NStroke
    Dim value As NSymbol
     
    value = NSymbol.QxxC(rxxC, SxxC, txxC)
    internal static NSymbol QxxC( 
       NSize rxxC,
       NFill SxxC,
       NStroke txxC
    )

    Parameters

    rxxC
    SxxC
    txxC
    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