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


In This Topic
    lrxC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function lrxC( _
       ByVal MrxC As NSize, _
       ByVal nrxC As NFill, _
       ByVal OrxC As NStroke, _
       ByVal prxC As ENBoxDirection _
    ) As NSymbol
    'Usage
     
    
    Dim MrxC As NSize
    Dim nrxC As NFill
    Dim OrxC As NStroke
    Dim prxC As ENBoxDirection
    Dim value As NSymbol
     
    value = NSymbol.lrxC(MrxC, nrxC, OrxC, prxC)
    internal static NSymbol lrxC( 
       NSize MrxC,
       NFill nrxC,
       NStroke OrxC,
       ENBoxDirection prxC
    )

    Parameters

    MrxC
    nrxC
    OrxC
    prxC
    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