★ wanayoo — archive 1999 http://fr.php.net/manual/ja/function.cpdf-circle.phpNouvelle recherche | Portail wanayoo
PHP Thursday, March 08, 2001  
downloads | documentation | support | reporting bugs | links | search:  

lookup:
PHP マニュアルPHP マニュアル
ClibPDFClibPDF
 cpdf_global_set_document_limitscpdf_global_set_document_limits
 cpdf_set_creatorcpdf_set_creator
 cpdf_set_titlecpdf_set_title
 cpdf_set_subjectcpdf_set_subject
 cpdf_set_keywordscpdf_set_keywords
 cpdf_opencpdf_open
 cpdf_closecpdf_close
 cpdf_page_initcpdf_page_init
 cpdf_finalize_pagecpdf_finalize_page
 cpdf_finalizecpdf_finalize
 cpdf_output_buffercpdf_output_buffer
 cpdf_save_to_filecpdf_save_to_file
 cpdf_set_current_pagecpdf_set_current_page
 cpdf_begin_textcpdf_begin_text
 cpdf_end_textcpdf_end_text
 cpdf_showcpdf_show
 cpdf_show_xycpdf_show_xy
 cpdf_textcpdf_text
 cpdf_set_fontcpdf_set_font
 cpdf_set_leadingcpdf_set_leading
 cpdf_set_text_renderingcpdf_set_text_rendering
 cpdf_set_horiz_scalingcpdf_set_horiz_scaling
 cpdf_set_text_risecpdf_set_text_rise
 cpdf_set_text_matrixcpdf_set_text_matrix
 cpdf_set_text_poscpdf_set_text_pos
 cpdf_set_char_spacingcpdf_set_char_spacing
 cpdf_set_word_spacingcpdf_set_word_spacing
 cpdf_continue_textcpdf_continue_text
 cpdf_stringwidthcpdf_stringwidth
 cpdf_savecpdf_save
 cpdf_restorecpdf_restore
 cpdf_translatecpdf_translate
 cpdf_scalecpdf_scale
 cpdf_rotatecpdf_rotate
 cpdf_setflatcpdf_setflat
 cpdf_setlinejoincpdf_setlinejoin
 cpdf_setlinecapcpdf_setlinecap
 cpdf_setmiterlimitcpdf_setmiterlimit
 cpdf_setlinewidthcpdf_setlinewidth
 cpdf_setdashcpdf_setdash
 cpdf_newpathcpdf_newpath
 cpdf_movetocpdf_moveto
 cpdf_rmovetocpdf_rmoveto
 cpdf_curvetocpdf_curveto
 cpdf_linetocpdf_lineto
 cpdf_rlinetocpdf_rlineto
 cpdf_circlecpdf_circle
 cpdf_arccpdf_arc
 cpdf_rectcpdf_rect
 cpdf_closepathcpdf_closepath
 cpdf_strokecpdf_stroke
 cpdf_closepath_strokecpdf_closepath_stroke
 cpdf_fillcpdf_fill
 cpdf_fill_strokecpdf_fill_stroke
 cpdf_closepath_fill_strokecpdf_closepath_fill_stroke
 cpdf_clipcpdf_clip
 cpdf_setgray_fillcpdf_setgray_fill
 cpdf_setgray_strokecpdf_setgray_stroke
 cpdf_setgraycpdf_setgray
 cpdf_setrgbcolor_fillcpdf_setrgbcolor_fill
 cpdf_setrgbcolor_strokecpdf_setrgbcolor_stroke
 cpdf_setrgbcolorcpdf_setrgbcolor
 cpdf_add_outlinecpdf_add_outline
 cpdf_set_page_animationcpdf_set_page_animation
 cpdf_import_jpegcpdf_import_jpeg
 cpdf_place_inline_imagecpdf_place_inline_image
 cpdf_add_annotationcpdf_add_annotation

previouscpdf_rlineto
cpdf_arcnext

Last updated: Mon, 05 Mar 2001
view this page in English | Brazilian Portuguese | Dutch | French | German | Hungarian | Italian | Japanese | Korean | Spanish | Plain HTML

cpdf_circle

(PHP 3>= 3.0.8, PHP 4 >= 4.0b4)

cpdf_circle -- 円を描く

説明

void cpdf_circle (int pdf document, double x-coor, double y-coor, double radius, int mode)

cpdf_circle() 関数は、 (x-coor, y-coor) を中心として半径 radius の円を描きます。

最後のオプションのパラメータ mode は 単位長さを定義します。 0 または指定しなかった場合、そのページに指定されたデフォルトの単位が 使用されます。 デフォルトの単位が指定されていない場合は、座標はポストスクリプト ポイントで計られます。

cpdf_arc() も参照下さい。

previouscpdf_rlineto
cpdf_arcnext

Last updated: Mon, 05 Mar 2001
add note | about notes


show source | credits | mirror sites:  

Copyright © 1998,1999,2000,2001 The PHP Association, Inc.
All rights reserved.
This mirror generously provided by: L'Université Michel de Montaigne Bordeaux III
Last updated: Thu Mar 08 04:01:33 2001