formZ SDK | 5.0 API Reference | Project | File Formats | Structured File Translator | Image Vector

fz_ffmt_image_lineset_get_pnts

Description

Gets an array of vertices from a line set.

Plugin Prototype

fzrt_error_td fz_ffmt_image_lineset_get_pnts(

fzrt_int

windex,

fz_ffmt_image_lineset_ptr

lineset,

fz_xy_td *

pnts,

fzrt_int *

num_pnts,

fzrt_boolean *

closed )

Parameters

windex [Input]

project window index

lineset [Input]

The line set.

pnts [Result, Optional]

The array of vertices in the line set.

num_pnts [Result, Optional]

The number of vertices in the line set.

closed [Result, Optional]

If TRUE, the line set is closed and a line segment should be drawn connecting the last vertex to the first. If FALSE, the line set is open and the last vertex and first vertex are not connected.

Returns

FZRT_NOERR on success. An error otherwise.

Availability

5.0.0.0

Function Set

fz_ffmt_image_fset


Defined in

fz_ffmt_api.h