CairoContext
PHP Manual

CairoContext::hasCurrentPoint

cairo_has_current_point

(PECL cairo >= 0.1.0)

CairoContext::hasCurrentPoint -- cairo_has_current_pointThe hasCurrentPoint purpose

説明

Object oriented style (method):

public bool CairoContext::hasCurrentPoint ( void )

Procedural style:

bool cairo_has_current_point ( CairoContext $context )

Description here.

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

context

Description...

返り値

Description...

例1 Object oriented style

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

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

...

例2 Procedural style

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

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

...

参考


CairoContext
PHP Manual