ComponentOne FlexReport for WinForms
CornerRadius Constructor(Double,Double,Double,Double,Double,Double,Double,Double)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > CornerRadius Structure > CornerRadius Constructor : CornerRadius Constructor(Double,Double,Double,Double,Double,Double,Double,Double)
The value of TopLeftX property.
The value of TopLeftY property.
The value of TopRightX property.
The value of TopRightY property.
The value of BottomLeftX property.
The value of BottomLeftY property.
The value of BottomRightX property.
The value of BottomRightY property.
Initializes a new instance of the CornerRadius structure.
Syntax
'Declaration
 
Public Function New( _
   ByVal topLeftX As System.Double, _
   ByVal topLeftY As System.Double, _
   ByVal topRightX As System.Double, _
   ByVal topRightY As System.Double, _
   ByVal bottomLeftX As System.Double, _
   ByVal bottomLeftY As System.Double, _
   ByVal bottomRightX As System.Double, _
   ByVal bottomRightY As System.Double _
)
public CornerRadius( 
   System.double topLeftX,
   System.double topLeftY,
   System.double topRightX,
   System.double topRightY,
   System.double bottomLeftX,
   System.double bottomLeftY,
   System.double bottomRightX,
   System.double bottomRightY
)

Parameters

topLeftX
The value of TopLeftX property.
topLeftY
The value of TopLeftY property.
topRightX
The value of TopRightX property.
topRightY
The value of TopRightY property.
bottomLeftX
The value of BottomLeftX property.
bottomLeftY
The value of BottomLeftY property.
bottomRightX
The value of BottomRightX property.
bottomRightY
The value of BottomRightY property.
See Also

Reference

CornerRadius Structure
CornerRadius Members
Overload List