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


In This Topic
    CWxC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function CWxC( _
       ByVal dWxC As NSize, _
       ByVal EWxC As NFill, _
       ByVal fWxC As NStroke _
    ) As NSymbol
    'Usage
     
    
    Dim dWxC As NSize
    Dim EWxC As NFill
    Dim fWxC As NStroke
    Dim value As NSymbol
     
    value = NSymbol.CWxC(dWxC, EWxC, fWxC)
    internal static NSymbol CWxC( 
       NSize dWxC,
       NFill EWxC,
       NStroke fWxC
    )

    Parameters

    dWxC
    EWxC
    fWxC
    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