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


In This Topic
    CtxC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function CtxC( _
       ByVal dtxC As NSize, _
       ByVal EtxC As NFill, _
       ByVal ftxC As NStroke _
    ) As NSymbol
    'Usage
     
    
    Dim dtxC As NSize
    Dim EtxC As NFill
    Dim ftxC As NStroke
    Dim value As NSymbol
     
    value = NSymbol.CtxC(dtxC, EtxC, ftxC)
    internal static NSymbol CtxC( 
       NSize dtxC,
       NFill EtxC,
       NStroke ftxC
    )

    Parameters

    dtxC
    EtxC
    ftxC
    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