formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Graphics
Description
Offsets a rectangle. This function moves the specified rectangle by the specified offsets.
Plugin Prototype
void fzrt_offset_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
Function Set
Defined in