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


In This Topic
    UrxC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function UrxC( _
       ByVal vrxC As NSize, _
       ByVal WrxC As NFill, _
       ByVal xrxC As NStroke _
    ) As NSymbol
    'Usage
     
    
    Dim vrxC As NSize
    Dim WrxC As NFill
    Dim xrxC As NStroke
    Dim value As NSymbol
     
    value = NSymbol.UrxC(vrxC, WrxC, xrxC)
    internal static NSymbol UrxC( 
       NSize vrxC,
       NFill WrxC,
       NStroke xrxC
    )

    Parameters

    vrxC
    WrxC
    xrxC
    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