FPDF_DestroyClipPath function

  1. @Native<Void Function(FPDF_CLIPPATH)>(FPDF_CLIPPATH)>()
void FPDF_DestroyClipPath(
  1. 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);