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

fzrt_copy_rgn

Description

Copies a region. This function will make a copy of the specified region. The destination region must be created before calling this function.

Plugin Prototype

void fzrt_copy_rgn(

fzrt_rgn_ptr

srcRgn,

fzrt_rgn_ptr

dstRgn )

Parameters

srcRgn [Input]

pointer to region to copy

dstRgn [Result]

pointer to region to receive the copy

Availability

5.0.0.0

See Also

Function Set

fz_fzrt_graf_fset


Defined in

fzrt_api.h