cpdf_setlinecap
cpdf_setlinecap — linecap パラメータを設定する
説明
bool cpdf_setlinecap ( int pdf_document, int value )linecap パラメータを設定します。
パラメータ
- pdf_document
- 
cpdf_open() が返す、ドキュメントのハンドル。
- value
- 
       0 = butt end, 1 = round,
       2 = projecting square。
      
返り値
成功した場合に TRUE を、失敗した場合に FALSE を返します。- cpdf_setlinecapのページへのリンク

 
                             
                    


