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

◆ exclude_clip() [1/3]

void xtd::drawing::graphics::exclude_clip ( const xtd::drawing::region region)

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

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