hgeRect::Encapsulate
Encapsulates a point into the bounding box. The bounding box is
adjusted so that it includes the specified point.
void Encapsulate(
float x,
float y
);
Parameters
- x
- The point X-coordinate.
- y
- The point Y-coordinate.
Requirements
Header: hgerect.h
Import library: hgehelp.lib
|