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