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