|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
UnionRect
The UnionRect function creates the union of two rectangles. The union is the smallest rectangle that contains both source rectangles.
BOOL UnionRect(
LPRECT lprcDst, // address of structure for union 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 will receive a rectangle containing 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 specified structure contains a nonempty rectangle, the return value is nonzero. If the specified structure does not contain a nonempty rectangle, the return value is zero. To get extended error information, call GetLastError.
Remarks
Windows ignores the dimensions of an empty rectangle ѕ that is, a rectangle in which all coordinates are set to zero, so that it has no height or no width.
See Also
InflateRect, IntersectRect, OffsetRect, RECT
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
UnionRect
Функция UnionRect создает союз двух прямоугольников. Союз является минимальным прямоугольником, который содержит оба исходных прямоугольника.
BOOL UnionRect(
LPRECT lprcDst, // АДРЕС структуры для союза CONST RECT *lprcSrc1, // адрес структуры с первым прямоугольником CONST RECT *адрес lprcSrc2 // структуры с прямоугольником секунды );
Параметры
lprcDst
Точки на структуру RECT, которые получат прямоугольник, содержащий прямоугольники указывался, чтобы lprcSrc1 и параметрами lprcSrc2.
lprcSrc1
Точки на структуру RECT, которые содержат первый исходный прямоугольник.
lprcSrc2
Точки на структуру RECT, которые содержат второй исходный прямоугольник.
Обратные Величины
Если определенная структура содержит прямоугольник nonempty, обратная величина ненулевая. Если определенная структура не содержит прямоугольник nonempty, обратная величина нулевая. Для того, чтобы расширять информацию ошибки, назовите GetLastError.
Замечания
Windows игнорирует измерения пустого прямоугольника U то есть, прямоугольник в котором все координаты установлены в нуль, чтобы она не не имеет высоту или никакую ширину.
Смотри Также
InflateRect, IntersectRect, OffsetRect, RECT
|
|
|
|
| |