[]
Fill rectangle from this document.
public void FillRectangle(Color clr, double x, double y, double width, double height)
| Type | Name | Description |
|---|---|---|
| Color | clr | The drawing color. |
| double | x | The x (top-left corner) coordinate. |
| double | y | The y (top-left corner) coordinate. |
| double | width | The width of the rectangle. |
| double | height | The height of the rectangle. |
Fill rectangle from this document.
public void FillRectangle(Color clr, Rect rc)
| Type | Name | Description |
|---|---|---|
| Color | clr | The drawing color. |
| Rect | rc | The drawing rectangle. |
Fill round rectangle from this document.
public void FillRectangle(Color clr, Rect rc, Size corners)
| Type | Name | Description |
|---|---|---|
| Color | clr | The drawing color. |
| Rect | rc | The drawing rectangle. |
| Size | corners | The cones size. |