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

fzrt_pen_pat_new

Description

Creates a new, blank pen pattern. This will allocate a new pen pattern. The pattern is initialized to all black (zero bits).

Plugin Prototype

fzrt_error_td fzrt_pen_pat_new(

fzrt_pen_pattern_ptr *

pat )

Parameters

pat [Input]

pointer to a pen pattern Must be a pointer allocated to at least 8 bytes

Returns

FZRT_NOERR on success, and error ID otherwise

Availability

5.0.0.0

Function Set

fz_fzrt_graf_fset


Defined in

fzrt_api.h