|
SetBound
Sets new coordinates of the area using CRect class coordinates.
void SetBound(
|
Return Value
None.
SetBound
Sets new coordinates of the area.
void SetBound(
|
Parameters
l
[in] X coordinate of the upper-left corner.
t
[in] Y coordinate of the upper-left corner.
r
[in] X coordinate of the lower-right corner.
b
[in] Y coordinate of the lower-right corner.
Return Value
None.