|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
IntersectRect
The IntersectRect function calculates the intersection of two source rectangles and places the coordinates of the intersection rectangle into the destination rectangle. If the source rectangles do not intersect, an empty rectangle (in which all coordinates are set to zero) is placed into the destination rectangle.
BOOL IntersectRect(
LPRECT lprcDst, // address of structure for intersection CONST RECT *lprcSrc1, // address of structure with first rectangle CONST RECT *lprcSrc2 // address of structure with second rectangle );
Parameters
lprcDst
Points to the RECT structure that is to receive the intersection of the rectangles pointed to by the lprcSrc1 and lprcSrc2 parameters.
lprcSrc1
Points to the RECT structure that contains the first source rectangle.
lprcSrc2
Points to the RECT structure that contains the second source rectangle.
Return Values
If the rectangles intersect, the return value is nonzero. If the rectangles do not intersect, the return value is zero. To get extended error information, call GetLastError.
See Also
InflateRect, OffsetRect, RECT, UnionRect
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
IntersectRect
Функция IntersectRect вычисляет пересечение двух исходных прямоугольников и устанавливает координаты прямоугольника пересечения в прямоугольник расположения. Если исходные прямоугольники не делают пересекать, пустой прямоугольник (в котором все координаты установлены в нуль), установлены в прямоугольник расположения.
BOOL IntersectRect(
LPRECT lprcDst, // АДРЕС структуры для пересечения CONST RECT *lprcSrc1, // адрес структуры с первым прямоугольником CONST RECT *адрес lprcSrc2 // структуры с прямоугольником секунды );
Параметры
lprcDst
Точки на структуру RECT, которые должны получать пересечение прямоугольников указанных, чтобы lprcSrc1 и параметрами lprcSrc2.
lprcSrc1
Точки на структуру RECT, которые содержат первый исходный прямоугольник.
lprcSrc2
Точки на структуру RECT, которые содержат второй исходный прямоугольник.
Обратные Величины
Если пересекать прямоугольников, обратная величина ненулевая. Если прямоугольники не делают пересекать, обратная величина нулевая. Для того, чтобы расширять информацию ошибки, назовите GetLastError.
Смотри Также
InflateRect, OffsetRect, RECT, UnionRect
|
|
|
|
| |