PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

CairoContext::fillPreserve - Fills and preserve the current path | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

CairoContext::fillPreserve

cairo_fill_preserve

(PECL cairo >= 0.1.0)

CairoContext::fillPreserve -- cairo_fill_preserveFills and preserve the current path

説明

オブジェクト指向型 (method):

public void CairoContext::fillPreserve ( void )

手続き型:

void cairo_fill_preserve ( CairoContext $context )

A drawing operator that fills the current path according to the current CairoFillRule, (each sub-path is implicitly closed before being filled). Unlike CairoContext::fill(), CairoContext::fillPreserve() (Procedural cairo_fill(), cairo_fill_preserve(), respectively) preserves the path within the Context.

パラメータ

context

A valid CairoContext object created with CairoContext::__construct() or cairo_create()

返り値

値を返しません。

例1 オブジェクト指向型

<?php
/* ... */
?>

上の例の出力は、 たとえば以下のようになります。

...

例2 手続き型

<?php
/* ... */
?>

上の例の出力は、 たとえば以下のようになります。

...

参考


忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「CairoContext::fillPreserve - Fills and preserve the current path」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | CairoContext::fillPreserve - Fills and preserve the current path」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: