formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Templates

fz_fuim_item_get_rect_local

Description

Gets the bounding rectangle of the selected fuim item. The rectangle is relative to the fuim item. In other words, the top left corner is always at (0, 0).

Plugin Prototype

void fz_fuim_item_get_rect_local(

fz_fuim_tmpl_ptr

fuim_tmpl,

short

item_index,

fzrt_rect *

rect )

Parameters

fuim_tmpl [Input]

fuim manager

item_index [Input]

item id of item to get rect of

rect [Result]

rectangle of the selected item

Returns

None

Availability

7.0.0.0

Function Set

fz_fuim_fset


Defined in

fz_fuim_api.h