Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields Namespace / CornerRadius Structure / CornerRadius Constructor / CornerRadius Constructor(Int32,Int32,Int32,Int32,Int32,Int32,Int32,Int32)

In This Topic
    CornerRadius Constructor(Int32,Int32,Int32,Int32,Int32,Int32,Int32,Int32)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal topLeftX As Integer, _
       ByVal topLeftY As Integer, _
       ByVal topRightX As Integer, _
       ByVal topRightY As Integer, _
       ByVal bottomLeftX As Integer, _
       ByVal bottomLeftY As Integer, _
       ByVal bottomRightX As Integer, _
       ByVal bottomRightY As Integer _
    )
    public CornerRadius( 
       int topLeftX,
       int topLeftY,
       int topRightX,
       int topRightY,
       int bottomLeftX,
       int bottomLeftY,
       int bottomRightX,
       int bottomRightY
    )

    Parameters

    topLeftX
    topLeftY
    topRightX
    topRightY
    bottomLeftX
    bottomLeftY
    bottomRightX
    bottomRightY
    See Also