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


In This Topic
    QrxC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function QrxC( _
       ByVal rrxC As NSize, _
       ByVal SrxC As NFill, _
       ByVal trxC As NStroke _
    ) As NSymbol
    'Usage
     
    
    Dim rrxC As NSize
    Dim SrxC As NFill
    Dim trxC As NStroke
    Dim value As NSymbol
     
    value = NSymbol.QrxC(rrxC, SrxC, trxC)
    internal static NSymbol QrxC( 
       NSize rrxC,
       NFill SrxC,
       NStroke trxC
    )

    Parameters

    rrxC
    SrxC
    trxC
    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