PHP » GoLang |
login |
register |
about
|
GoLang CairoContext::hasCurrentPoint
request it (309)
GoLang replacement for PHP's CairoContext::hasCurrentPoint
[edit | history]
PHP CairoContext::hasCurrentPointPHP original manual for CairoContext::hasCurrentPoint [ show | php.net ]CairoContext::hasCurrentPointcairo_has_current_point(PECL cairo >= 0.1.0) CairoContext::hasCurrentPoint -- cairo_has_current_point — The hasCurrentPoint purpose DescriptionObject oriented style (method):
public bool CairoContext::hasCurrentPoint
( void
)
Procedural style: Returns whether a current point is defined on the current path. See CairoContext::getCurrentPoint() for details on the current point. Return ValuesWhether a current point is defined Examples
Example #1 Object oriented style
<?php The above example will output: bool(false) bool(true)
Example #2 Procedural style
<?php The above example will output: bool(false) bool(true) |
more
Recently updated
more
Most requested
more
Last requests
|