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 Contains methods of the RectF class. For a complete list of methods for the RectF class, see RectF Methods.
Overload list
Method | Description |
---|---|
Contains(RectF&) | The RectF::Contains method determines whether another rectangle is inside this rectangle. |
Contains(PointF&) | The RectF::Contains method determines whether a point is inside this rectangle. |
Contains(REAL,REAL) | The RectF::Contains method determines whether the point (x, y) is inside this rectangle. |
Syntax
BOOL Contains(
REAL x,
REAL y
);
Parameters
x
y
Return value
None
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | gdiplustypes.h |