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

◆ intersect_clip() [3/3]

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

Updates the clip region of this xtd::drawing::graphics to the intersection of the current clip region and the specified xtd::drawing::rectangle_f structure.

Parameters
rectxtd::drawing::rectangle_f structure to intersect with the current clip region.
Remarks
This method assigns to the xtd::drawing::graphics::clip property of this xtd::drawing::graphics the area represented by the intersection of the current clip region and the rectangle specified by the rect parameter.