Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NFourColorsBorderCorner Class / NFourColorsBorderCorner Constructor / NFourColorsBorderCorner Constructor(NColor,NColor,NColor,NColor)


In This Topic
    NFourColorsBorderCorner Constructor(NColor,NColor,NColor,NColor)
    In This Topic
    Initializing constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal outerColor1 As NColor, _
       ByVal innerColor1 As NColor, _
       ByVal outerColor2 As NColor, _
       ByVal innerColor2 As NColor _
    )
    'Usage
     
    
    Dim outerColor1 As NColor
    Dim innerColor1 As NColor
    Dim outerColor2 As NColor
    Dim innerColor2 As NColor
     
    Dim instance As New NFourColorsBorderCorner(outerColor1, innerColor1, outerColor2, innerColor2)
    public NFourColorsBorderCorner( 
       NColor outerColor1,
       NColor innerColor1,
       NColor outerColor2,
       NColor innerColor2
    )

    Parameters

    outerColor1
    innerColor1
    outerColor2
    innerColor2
    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