CairoContext::inStroke

cairo_in_stroke

(PECL cairo >= 0.1.0)

CairoContext::inStroke -- cairo_in_strokeThe inStroke purpose

Опис

Об'єктно-орієнтований стиль (method):

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

Процедурний стиль:

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

Description here.

Увага

This function is currently not documented; only its argument list is available.

Параметри

context

Description...

x

Description...

y

Description...

Значення, що повертаються

Description...

Приклади

Приклад #1 Об'єктно-орієнтований стиль

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

Наведений вище приклад виведе щось подібне до:

...

Приклад #2 Процедурний стиль

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

Наведений вище приклад виведе щось подібне до:

...

Прогляньте Також

  • Classname::Method()

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top