formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Graphics

fzrt_rect_in_rgn

Description

Tests if a rectangle is in a region. This function determines whether any part of the specified rectangle is within the boundaries of a region.

Plugin Prototype

fzrt_boolean fzrt_rect_in_rgn(

fzrt_rect *

r,

fzrt_rgn_ptr

rgn )

Parameters

r [Input]

pointer to rectangle to test

rgn [Input]

pointer to region

Returns

TRUE if any part of the rectangle is inside the region, FALSE otherwise

Availability

5.0.0.0

Function Set

fz_fzrt_graf_fset


Defined in

fzrt_api.h