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

fzrt_set_rect

Description

Sets the coordinates of a rectangle.

Plugin Prototype

void fzrt_set_rect(

fzrt_rect *

r,

short

left,

short

top,

short

right,

short

bottom )

Parameters

r [Result]

pointer to rectangle to set

left [Input]

new left (x) coordinate of rectangle

top [Input]

new top (y) coordinate of rectangle

right [Input]

new right (x) coordinate of rectangle

bottom [Input]

new bottom (x) coordinate of rectangle

Availability

5.0.0.0

Function Set

fz_fzrt_graf_fset


Defined in

fzrt_api.h