Region.Intersect methods
This topic lists the Intersect methods of the Region class. For a complete list of methods for the Region class, see Region Methods.
Overload list
Method | Description |
---|---|
Intersect(Rect&) | The Region::Intersect method updates this region to the portion of itself that intersects the specified rectangle's interior. |
Intersect(RectF&) | The Region::Intersect method updates this region to the portion of itself that intersects the specified rectangle's interior. |
Intersect(Region*) | The Region::Intersect method updates this region to the portion of itself that intersects another region. |
Intersect(GraphicsPath*) | The Region::Intersect method updates this region to the portion of itself that intersects the specified path's interior. |