'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.