cpdf_closepath_fill_stroke

(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)

cpdf_closepath_fill_stroke -- パスを閉じ、塗りつぶし、描く

説明

bool cpdf_closepath_fill_stroke ( int pdf_document )

cpdf_closepath_fill_stroke() 関数は、カレント のパスを閉じ、内部をカレントの塗りつぶし色で塗りつぶし、カレント のパスを描きます。成功した場合に TRUE を、失敗した場合に FALSE を返します。

cpdf_closepath(), cpdf_stroke(), cpdf_fill(), cpdf_setgray_fill(), cpdf_setgray(), cpdf_setrgbcolor_fill(), cpdf_setrgbcolor() も参照ください。