InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / Corners Structure / Corners Constructor / Corners Constructor(Int32,Int32,Int32,Int32)
Radius of the left top corner, in pixels.
Radius of the right top corner, in pixels.
Radius of the left bottom corner, in pixels.
Radius of the right bottom corner, in pixels.

In This Topic
    Corners Constructor(Int32,Int32,Int32,Int32)
    In This Topic
    Initializes a new instance of a Corners object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal leftTop As Integer, _
       ByVal rightTop As Integer, _
       ByVal leftBottom As Integer, _
       ByVal rightBottom As Integer _
    )
    public Corners( 
       int leftTop,
       int rightTop,
       int leftBottom,
       int rightBottom
    )

    Parameters

    leftTop
    Radius of the left top corner, in pixels.
    rightTop
    Radius of the right top corner, in pixels.
    leftBottom
    Radius of the left bottom corner, in pixels.
    rightBottom
    Radius of the right bottom corner, in pixels.
    See Also