(PHP 4 >= 4.0.5)
pdf_begin_pattern -- 新規パターンを開始する
説明
int
pdf_begin_pattern ( int pdf object, float width, float height, float xstep, float ystep, int painttype)
新規パターンの定義を開始し、パターンのハンドルを返します。
widthおよびheightは
パターンのバウンディングボックスを定義します。
xstepとystepは、
パターン繰り返しのオフセットを指定します。
painttype=1 は、このパターンが固有の色設
定を有することを意味し、一方、2は、このパターンが適用される際にカ
レントの色が使用されることを意味します。