formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Graphics
Description
Calculates the union of two rectangles. This function creates the union of two rectangles. The union is the smallest rectangle that contains both source rectangles.
Plugin Prototype
void fzrt_union_rect(
const fzrt_rect * | src1, |
const fzrt_rect * | src2, |
dstRect ) |
Parameters
src1 [Input]
pointer to first source rectangle
src2 [Input]
pointer to second source rectangle
dstRect [Result]
pointer to rectangle that receives the union of the two source rectangles
Availability
5.0.0.0
Function Set
Defined in