FPDF_DestroyClipPath function
- @Native<Void Function(FPDF_CLIPPATH)>(FPDF_CLIPPATH)>()
- FPDF_CLIPPATH clipPath
Destroy the clip path.
clipPath - A handle to the clip path. It will be invalid after this call.
Implementation
@ffi.Native<ffi.Void Function(FPDF_CLIPPATH)>()
external void FPDF_DestroyClipPath(FPDF_CLIPPATH clipPath);