Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic lists the Intersect methods of the Rect class. For a complete list of methods for the Rect class, see Rect Methods.
Overload list
| Method | Description | 
|---|---|
| Intersect(Rect&) | The Rect::Intersect method replaces this rectangle with the intersection of itself and another rectangle. | 
| Intersect(Rect&,Rect&,Rect&) | The Rect::Intersect Rect object. | 
Syntax
BOOL Intersect(
  const Rect & rect
);
Parameters
rect
Return value
None
Requirements
| Requirement | Value | 
|---|---|
| Target Platform | Windows | 
| Header | gdiplustypes.h |