Edit

RectF.Contains methods

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.