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


In This Topic
    dSxC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function dSxC( _
       ByVal ESxC As NSize, _
       ByVal fSxC As NFill, _
       ByVal GSxC As NStroke _
    ) As NSymbol
    'Usage
     
    
    Dim ESxC As NSize
    Dim fSxC As NFill
    Dim GSxC As NStroke
    Dim value As NSymbol
     
    value = NSymbol.dSxC(ESxC, fSxC, GSxC)
    internal static NSymbol dSxC( 
       NSize ESxC,
       NFill fSxC,
       NStroke GSxC
    )

    Parameters

    ESxC
    fSxC
    GSxC
    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