void xtd::drawing::graphics::draw_rectangle | ( | const xtd::drawing::pen & | pen, |
const xtd::drawing::rectangle & | rect | ||
) |
Draws a rectangle specified by a xtd::drawing::rectangle structure.
pen | A xtd::drawing::pen that determines the color, width, and style of the rectangle. |
rect | A xtd::drawing::rectangle structure that represents the rectangle to draw. |