formZ SDK | 4.0 Call Back Reference | File Translator | Structured File Translator | Image Vector Call Back

fz_ffmt_cbak_image_vect_write_lineset

Description

Writes a polyline to a vector file.

Plugin Prototype

fzrt_error_td fz_ffmt_cbak_image_vect_write_lineset(

fzrt_int

windex,

fz_ffmt_ref_td

ffmt_id,

void *

data,

fzrt_int

how,

fz_ffmt_image_lineset_ptr

lineset )

Parameters

windex [Input]

project window index

ffmt_id [Input]

The file format reference id.

data [Input]

A pointer to translator defined data.

how [Input]

What the lineset represents (i.e. outline, filled polygon, clip polygon).

Bit Flag Type: fz_ffmt_lineset_flags_enum

lineset [Input]

The lineset to write.

Returns

FZRT_NOERR on success. An error otherwise.

Availability

5.0.0.0

Function Set

fz_ffmt_cbak_image_fset


Defined in

fz_ffmt_api.h