[]
Fill the specified rectangle by using the given brush.
public void FillRectangle(Brush brush, Rectangle rectangle)
Type | Name | Description |
---|---|---|
Brush | brush | A Brush object used to fill the rectangle. |
Rectangle | rectangle | A Rectangle structure that specifies the rectangle to be filled. |
Type | Condition |
---|---|
SystemErrorException |