| | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
The CairoContext class(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう) 導入Context is the main object used when drawing with cairo. To draw with cairo, you create a CairoContext, set the target CairoSurface, and drawing options for the CairoContext, create shapes with functions . like CairoContext::moveTo() and CairoContext::lineTo(), and then draw shapes with CairoContext::stroke() or CairoContext::fill(). Contexts can be pushed to a stack via CairoContext::save(). They may then safely be changed, without loosing the current state. Use CairoContext::restore() to restore to the saved state. クラス概要
CairoContext
{
/* メソッド */
public void relCurveTo
( string
}$x1
, string $y1
, string $x2
, string $y2
, string $x3
, string $y3
)目次
|
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「The CairoContext class」をGoogle検索
|