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

◆ draw_rectangle() [2/4]

void xtd::drawing::graphics::draw_rectangle ( const xtd::drawing::pen pen,
const xtd::drawing::rectangle_f rect 
)

Draws a rectangle specified by a xtd::drawing::rectangle_f structure.

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