Corners Constructor(Int32,Int32,Int32,Int32)
In This Topic
Initializes a new instance of a
Corners object.
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public Corners(
System.int ,
System.int ,
System.int ,
System.int
)
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