FPDF_DestroyClipPath method

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

void FPDF_DestroyClipPath(FPDF_CLIPPATH clipPath) {
  return _FPDF_DestroyClipPath(clipPath);
}