Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NBorder Class / CreateTwoColorBorder Method / CreateTwoColorBorder(NColor,NColor,Double,Double) Method


In This Topic
    CreateTwoColorBorder(NColor,NColor,Double,Double) Method
    In This Topic
    Creates a border that consists of two colors - inner and outer.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function CreateTwoColorBorder( _
       ByVal inner As NColor, _
       ByVal outer As NColor, _
       ByVal innerRadius As System.Double, _
       ByVal outerRadius As System.Double _
    ) As NBorder
    'Usage
     
    
    Dim inner As NColor
    Dim outer As NColor
    Dim innerRadius As System.Double
    Dim outerRadius As System.Double
    Dim value As NBorder
     
    value = NBorder.CreateTwoColorBorder(inner, outer, innerRadius, outerRadius)
    public static NBorder CreateTwoColorBorder( 
       NColor inner,
       NColor outer,
       System.double innerRadius,
       System.double outerRadius
    )

    Parameters

    inner
    outer
    innerRadius
    outerRadius
    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