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


In This Topic
    SWxC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function SWxC( _
       ByVal tWxC As NSize, _
       ByVal UWxC As NFill, _
       ByVal vWxC As NStroke _
    ) As NSymbol
    'Usage
     
    
    Dim tWxC As NSize
    Dim UWxC As NFill
    Dim vWxC As NStroke
    Dim value As NSymbol
     
    value = NSymbol.SWxC(tWxC, UWxC, vWxC)
    internal static NSymbol SWxC( 
       NSize tWxC,
       NFill UWxC,
       NStroke vWxC
    )

    Parameters

    tWxC
    UWxC
    vWxC
    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