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

fzrt_equal_rgn

Description

Test if two regions are equal. This function checks the two specified regions to determine whether they are identical. The function considers two regions identical if they are equal in size, shape, and postion.

Plugin Prototype

fzrt_boolean fzrt_equal_rgn(

fzrt_rgn_ptr

rgn1,

fzrt_rgn_ptr

rgn2 )

Parameters

rgn1 [Input]

pointer to first source region to test

rgn2 [Input]

pointer to first source region to test

Returns

TRUE if the two regions are identical, FALSE otherwise

Availability

5.0.0.0

See Also

Function Set

fz_fzrt_graf_fset


Defined in

fzrt_api.h