|
БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
SetRectRgn
The SetRectRgn function changes a region into a rectangular region with the specified coordinates.
BOOL SetRectRgn(
HRGN hrgn, // handle of region int nLeftRect, // x-coordinate of upper-left corner of rectangle int nTopRect, // y-coordinate of upper-left corner of rectangle int nRightRect, // x-coordinate of lower-right corner of rectangle int nBottomRect // y-coordinate of lower-right corner of rectangle );
Parameters
hrgn
Identifies the region.
nLeftRect
Specifies the x-coordinate of the upper-left corner of the rectangular region.
nTopRect
Specifies the y-coordinate of the upper-left corner of the rectangular region.
nRightRect
Specifies the x-coordinate of the lower-right corner of the rectangular region.
nBottomRect
Specifies the y-coordinate of the lower-right corner of the rectangular region.
Return Values
If the function succeeds, the return value is nonzero. If the function fails, the return value is zero.
Remarks
The region does not include the lower and right boundaries of the rectangle.
See Also
CreateRectRgn
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
SetRectRgn
Функция SetRectRgn изменяет регион в прямоугольный регион с определенными координатами.
BOOL SetRectRgn(
HRGN hrgn, // РУЧКА региона int nLeftRect, // x-coordinate верхнего левого угла прямоугольника int nTopRect, // y-coordinate верхнего левого угла прямоугольника int nRightRect, // x-coordinate более низкого права угла прямоугольника int nBottomRect // y-coordinate более низкого права угла прямоугольника );
Параметры
hrgn
Идентифицирует регион.
nLeftRect
Определяет x-coordinate верхнего левого угла прямоугольного региона.
nTopRect
Определяет y-coordinate верхнего левого угла прямоугольного региона.
nRightRect
Определяет x-coordinate более низкого права угла прямоугольного региона.
nBottomRect
Определяет y-coordinate более низкого права угла прямоугольного региона.
Обратные Величины
Если функция добивается успеха, обратная величина ненулевая. Если функция терпит неудачу, обратная величина нулевая.
Замечания
Регион не включает более низкие и границы права прямоугольника.
Смотри Также
CreateRectRgn
|
|
|
|