CairoContext
PHP Manual

CairoContext::inStroke

cairo_in_stroke

(PECL cairo >= 0.1.0)

CairoContext::inStroke -- cairo_in_strokeThe inStroke purpose

Açıklama

Object oriented style (method):

public bool CairoContext::inStroke ( string $x , string $y )

Procedural style:

bool cairo_in_stroke ( CairoContext $context , string $x , string $y )

Description here.

Uyarı

Bu işlev hala belgelendirilmemiştir; sadece değiştirge listesi mevcuttur.

Değiştirgeler

context

Description...

x

Description...

y

Description...

Dönen Değerler

Description...

Örnekler

Örnek 1 Object oriented style

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

Yukarıdaki örnek şuna benzer bir çıktı üretir:

...

Örnek 2 Procedural style

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

Yukarıdaki örnek şuna benzer bir çıktı üretir:

...

Ayrıca Bakınız


CairoContext
PHP Manual