xtd 0.2.0
Loading...
Searching...
No Matches

◆ draw_rectangle() [1/4]

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.

Parameters
penA xtd::drawing::pen that determines the color, width, and style of the rectangle.
rectA xtd::drawing::rectangle structure that represents the rectangle to draw.