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


In This Topic
    GtxC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function GtxC( _
       ByVal htxC As NSize, _
       ByVal ItxC As NFill, _
       ByVal jtxC As NStroke _
    ) As NSymbol
    'Usage
     
    
    Dim htxC As NSize
    Dim ItxC As NFill
    Dim jtxC As NStroke
    Dim value As NSymbol
     
    value = NSymbol.GtxC(htxC, ItxC, jtxC)
    internal static NSymbol GtxC( 
       NSize htxC,
       NFill ItxC,
       NStroke jtxC
    )

    Parameters

    htxC
    ItxC
    jtxC
    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