FPDF_DestroyClipPath method
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);
}
Destroy the clip path.
clipPath - A handle to the clip path. It will be invalid after this call.
void FPDF_DestroyClipPath(FPDF_CLIPPATH clipPath) {
return _FPDF_DestroyClipPath(clipPath);
}