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

fzrt_open_poly

Description

Begins a polygon creation. This starts saving lines for processing a polygon description. Calls to fzrt_line and fzrt_line_to will save the endpoints of the line in the polygon description. The pen is hidden, so the lines are not drawn to the current port.

Plugin Prototype

fzrt_polygon_ptr fzrt_open_poly(void)

Returns

Pointer to a polygon description

Availability

5.0.0.0

See Also

fzrt_line, fzrt_line_to,

Function Set

fz_fzrt_graf_fset


Defined in

fzrt_api.h