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


In This Topic
    GWxC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function GWxC( _
       ByVal hWxC As NSize, _
       ByVal IWxC As NFill, _
       ByVal jWxC As NStroke _
    ) As NSymbol
    'Usage
     
    
    Dim hWxC As NSize
    Dim IWxC As NFill
    Dim jWxC As NStroke
    Dim value As NSymbol
     
    value = NSymbol.GWxC(hWxC, IWxC, jWxC)
    internal static NSymbol GWxC( 
       NSize hWxC,
       NFill IWxC,
       NStroke jWxC
    )

    Parameters

    hWxC
    IWxC
    jWxC
    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