array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'function.ps-fill.php', 1 => 'ps_fill', 2 => 'Fills the current path', ), 'up' => array ( 0 => 'ref.ps.php', 1 => 'PS İşlevleri', ), 'prev' => array ( 0 => 'function.ps-end-template.php', 1 => 'ps_end_template', ), 'next' => array ( 0 => 'function.ps-fill-stroke.php', 1 => 'ps_fill_stroke', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/ps/functions/ps-fill.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

ps_fill

(PECL ps >= 1.1.0)

ps_fillFills the current path

Açıklama

ps_fill(resource $psdoc): bool

Fills the path constructed with previously called drawing functions like ps_lineto().

Bağımsız Değişkenler

psdoc

Resource identifier of the postscript file as returned by ps_new().

Dönen Değerler

Başarı durumunda true, başarısızlık durumunda false döner.

Ayrıca Bakınız