[]
Fills the rect.
public void FillRect(float left, float top, float width, float height)
Type | Name | Description |
---|---|---|
float | left | The left. |
float | top | The top. |
float | width | The width. |
float | height | The height. |
Fills the rect.
public void FillRect(RectangleF rc)
Type | Name | Description |
---|---|---|
RectangleF | rc | The rc. |