void xtd::drawing::drawing_2d::graphics_path::add_rectangle | ( | float | x, |
float | y, | ||
float | width, | ||
float | height | ||
) |
Adds a rectangle to this path.
x | The x-coordinate of the upper-left corner of the rectangle. |
y | The y-coordinate of the upper left corner of the rectangle. |
width | The width of the rectangle. |
height | The height of the rectangle. |