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


In This Topic
    GUxC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function GUxC( _
       ByVal hUxC As NSize, _
       ByVal IUxC As System.Integer, _
       ByVal jUxC As System.Double, _
       ByVal KUxC As System.Double, _
       ByVal lUxC As NFill, _
       ByVal MUxC As NStroke _
    ) As NSymbol
    'Usage
     
    
    Dim hUxC As NSize
    Dim IUxC As System.Integer
    Dim jUxC As System.Double
    Dim KUxC As System.Double
    Dim lUxC As NFill
    Dim MUxC As NStroke
    Dim value As NSymbol
     
    value = NSymbol.GUxC(hUxC, IUxC, jUxC, KUxC, lUxC, MUxC)
    internal static NSymbol GUxC( 
       NSize hUxC,
       System.int IUxC,
       System.double jUxC,
       System.double KUxC,
       NFill lUxC,
       NStroke MUxC
    )

    Parameters

    hUxC
    IUxC
    jUxC
    KUxC
    lUxC
    MUxC
    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