ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.5.2 Assembly / C1.Win.C1Sizer 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 System.Integer, _
       ByVal rightTop As System.Integer, _
       ByVal leftBottom As System.Integer, _
       ByVal rightBottom As System.Integer _
    )
    public Corners( 
       System.int leftTop,
       System.int rightTop,
       System.int leftBottom,
       System.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