PHP » GoLang |
login |
register |
about
|
GoLang CairoContext::copyPath
request it (388)
GoLang replacement for PHP's CairoContext::copyPath
[edit | history]
CairoContext::copyPathcairo_copy_path(PECL cairo >= 0.1.0) CairoContext::copyPath -- cairo_copy_path — Creates a copy of the current path DescriptionObject oriented style (method): Procedural style: Creates a copy of the current path and returns it to the user as a CairoPath. See CairoPath for hints on how to iterate over the returned data structure. This function will always return a valid CairoPath object, but the result will have no data, if either of the following conditions hold:
Parameters
Return ValuesA copy of the current CairoPath in the context Examples
Example #1 Object oriented style
<?php The above example will output something similar to: object(CairoPath)#3 (0) { }
Example #2 Procedural style
<?php The above example will output something similar to: object(CairoPath)#3 (0) { } |
more
Recently updated
more
Most requested
more
Last requests
|