GoLang CairoContext::inStroke

request it (261)
GoLang replacement for PHP's CairoContext::inStroke [edit | history]



Do you know a GoLang replacement for PHP's CairoContext::inStroke? Write it!

PHP CairoContext::inStroke

PHP original manual for CairoContext::inStroke [ show | php.net ]

CairoContext::inStroke

cairo_in_stroke

(PECL cairo >= 0.1.0)

CairoContext::inStroke -- cairo_in_strokeThe inStroke purpose

Description

Object oriented style (method):

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

Procedural style:

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

Description here.

Warning

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

Parameters

context

Description...

x

Description...

y

Description...

Return Values

Description...

Examples

Example #1 Object oriented style

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

The above example will output something similar to:

...

Example #2 Procedural style

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

The above example will output something similar to:

...

See Also

  • Classname::Method()