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

◆ exclude_clip() [3/3]

void xtd::drawing::graphics::exclude_clip ( const xtd::drawing::rectangle_f rect)

Updates the clip region of this xtd::drawing::graphics to exclude the area specified by a xtd::drawing::rectangle_f.

Parameters
rectxtd::drawing::rectangle_f that specifies the rectangle to exclude from the clip region.
Remarks
This method excludes the area specified by the rect parameter from the current clip region and assigns the resulting area to the xtd::drawing::graphics::clip property of this xtd::drawing::graphics.