formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Graphics
Description
Intersects two rectangles. This will assign the intersection of two rectangles to the destination rectangle. If the two source rectangles do not intersect, the functions returns FALSE and the destination rectangle is empty
Plugin Prototype
fzrt_boolean fzrt_sect_rect(
src1, | |
src2, | |
dstRect ) |
Parameters
src1 [Input]
pointer to first source rectangle
src2 [Input]
pointer to first source rectangle
dstRect [Result]
pointer to rectangle that receives the result of the intersection
Returns
TRUE if rectangles intersect, FALSE if they do not intersect
Availability
5.0.0.0
Function Set
Defined in