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

fz_ffmt_cbak_image_vect_read_frame

Description

Reads the extents of a vector file. This function is called to read or compute the extents (bounds) of vector data in a file.

Plugin Prototype

fzrt_error_td fz_ffmt_cbak_image_vect_read_frame(

fzrt_int

windex,

fz_ffmt_ref_td

ffmt_id,

void *

data,

fzrt_int

size,

fzrt_rect *

rect )

Parameters

windex [Input]

project window index

ffmt_id [Input]

The file format reference id.

data [Input]

A pointer to translator defined data.

size [Input]

The size of the translator defined data.

rect [Result]

The extents of the vector data.

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