x
and x + width
. The top and bottom edges are at y
and y + height
. The roundness of the corners is specified by the arcWidth
and arcHeight
arguments, which are respectively the width and height of the ellipse used to draw the corners.
@param x the x coordinate of the rectangle to be drawn
@param y the y coordinate of the rectangle to be drawn
@param width the width of the rectangle to be drawn
@param height the height of the rectangle to be drawn
@param arcWidth the width of the arc
@param arcHeight the height of the arc
@exception SWTException
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|