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

fzrt_offset_rect

Description

Offsets a rectangle. This function moves the specified rectangle by the specified offsets.

Plugin Prototype

void fzrt_offset_rect(

fzrt_rect *

r,

short

dx,

short

dy )

Parameters

r [Input, Result]

pointer to a rectangle structure to offset. On return it contain the new offset rectangle

dx [Input]

the amount to offset the rectangle along the x coordinate

dy [Input]

the amount to offset the rectangle along the y coordinate

Availability

5.0.0.0

See Also

fzrt_inset_rect

Function Set

fz_fzrt_graf_fset


Defined in

fzrt_api.h