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


In This Topic
    tUxC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function tUxC( _
       ByVal UUxC As NRectangle, _
       ByVal vUxC() As NPoint, _
       ByVal WUxC As NFill, _
       ByVal xUxC As NStroke _
    ) As NSymbol
    'Usage
     
    
    Dim UUxC As NRectangle
    Dim vUxC() As NPoint
    Dim WUxC As NFill
    Dim xUxC As NStroke
    Dim value As NSymbol
     
    value = NSymbol.tUxC(UUxC, vUxC, WUxC, xUxC)
    internal static NSymbol tUxC( 
       NRectangle UUxC,
       NPoint[] vUxC,
       NFill WUxC,
       NStroke xUxC
    )

    Parameters

    UUxC
    vUxC
    WUxC
    xUxC
    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