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

◆ exclude_clip() [2/3]

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

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

Parameters
rectxtd::drawing::rectangle 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.