На главную

On-line справка по Win32 API

Написать письмо
БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО!
Список всех статей A-B-C-D-E-F-G-H-I-J-K-L-M-N-O-P-Q-R-S-T-U-V-W-X-Y-Z | Скачать Вниз

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


Вверх Version 1.3, Oct 26 2010 © 2007, 2010, mrhx Вверх
 mrhx software  Русский перевод OpenGL  Русский перевод Win32 API
 
Используются технологии uCoz