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

fzrt_get_rgn_bbox

Description

Gets a regions bounding rectangle. This will return the rectangle that completely encloses the specified region.

Plugin Prototype

fzrt_error_td fzrt_get_rgn_bbox(

fzrt_rgn_ptr

rgn,

fzrt_rect *

rect )

Parameters

rgn [Input]

pointer to a region

rect [Result]

pointer to a rectangle that receives the bounding rectangle

Returns

FZRT_NOERR on success, and error ID otherwise.

Availability

5.0.0.0

Function Set

fz_fzrt_graf_fset


Defined in

fzrt_api.h