Fills the interior of a rectangle specified by a coordinate pair, a width, and a height.
Namespace: com.mindfusion.drawing
Package: com.mindfusion.drawing
Java
![]() |
---|
public void fillRectangle ( |
A Brush that determines the characteristics of the fill.
The x-coordinate of the upper-left corner of the rectangle to fill.
The y-coordinate of the upper-left corner of the rectangle to fill.
The width of the rectangle to fill.
The height of the rectangle to fill.