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

fzrt_frame_round_rect

Description

Frames a rounded rectangle. This will frame a rounded rectangle with the current pen. The corner of the rounded rect is defined by the oval width and height.

Plugin Prototype

void fzrt_frame_round_rect(

const fzrt_rect *

r,

short

w,

short

h )

Parameters

r [Input]

pointer to rectangle that contains coordinates of enclosing rectangle

w [Input]

width of oval that defines rounded corner

h [Input]

height of oval that defines rounded corner

Availability

5.0.0.0

Function Set

fz_fzrt_graf_fset


Defined in

fzrt_api.h