x
and x + width
. The top and bottom edges are at y
and y + height
.
@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
@exception SWTException GraphicsContext
.
@param parent parent group object
@param name The rectangle's name.
@param rectangle The rectangle to be drawn. The bounding box's origin, is the rectangle's upper left corner on the screen.
@param style The styling object for the rectangle.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|