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


In This Topic
    dYxC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function dYxC( _
       ByVal EYxC As NSize, _
       ByVal fYxC As NFill, _
       ByVal GYxC As NStroke _
    ) As NSymbol
    'Usage
     
    
    Dim EYxC As NSize
    Dim fYxC As NFill
    Dim GYxC As NStroke
    Dim value As NSymbol
     
    value = NSymbol.dYxC(EYxC, fYxC, GYxC)
    internal static NSymbol dYxC( 
       NSize EYxC,
       NFill fYxC,
       NStroke GYxC
    )

    Parameters

    EYxC
    fYxC
    GYxC
    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