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

◆ add_path()

void xtd::drawing::drawing_2d::graphics_path::add_path ( const graphics_path adding_path,
bool  connect 
)

Appends the specified xtd::drawing::drawing_2d::graphics_path to this path.

Parameters
adding_pathThe xtd::drawing::drawing_2d::graphics_path to add.
connectA bool value that specifies whether the first figure in the added path is part of the last figure in this path. A value of true specifies that (if possible) the first figure in the added path is part of the last figure in this path. A value of false specifies that the first figure in the added path is separate from the last figure in this path.