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


In This Topic
    hYxC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function hYxC( _
       ByVal IYxC As NSize, _
       ByVal jYxC As NFill, _
       ByVal KYxC As NStroke _
    ) As NSymbol
    'Usage
     
    
    Dim IYxC As NSize
    Dim jYxC As NFill
    Dim KYxC As NStroke
    Dim value As NSymbol
     
    value = NSymbol.hYxC(IYxC, jYxC, KYxC)
    internal static NSymbol hYxC( 
       NSize IYxC,
       NFill jYxC,
       NStroke KYxC
    )

    Parameters

    IYxC
    jYxC
    KYxC
    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