FPDFLink_GetQuadPoints function
- FPDF_LINK link_annot,
- int quad_index,
- Pointer<
FS_QUADPOINTSF> quad_points
Get the quadrilateral points for the specified |quad_index| in |link_annot|.
link_annot - handle to the link annotation. quad_index - the specified quad point index. quad_points - receives the quadrilateral points.
Returns true on success.
Implementation
@ffi.Native<
FPDF_BOOL Function(FPDF_LINK, ffi.Int, ffi.Pointer<FS_QUADPOINTSF>)
>()
external int FPDFLink_GetQuadPoints(
FPDF_LINK link_annot,
int quad_index,
ffi.Pointer<FS_QUADPOINTSF> quad_points,
);