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

◆ draw_path()

void xtd::drawing::graphics::draw_path ( const xtd::drawing::pen pen,
const xtd::drawing::drawing_2d::graphics_path path 
)

Draws a xtd::drawing::drawing_2d::graphics_path.

Parameters
penxtd::drawing::pen that determines the color, width, and style of the path.
pathxtd::drawing::drawing_2d::graphics_path to draw.
Remarks
The current transformation in the graphic context is applied to the xtd::drawing::drawing_2d::graphics_path before it is drawn.