PHP » GoLang |
login |
register |
about
|
GoLang CairoContext::moveTo
request it (335)
GoLang replacement for PHP's CairoContext::moveTo
[edit | history]
CairoContext::moveTocairo_move_to(PECL cairo >= 0.1.0) CairoContext::moveTo -- cairo_move_to — The moveTo purpose DescriptionObject oriented style (method):
public void CairoContext::moveTo
( float
$x
, float $y
)Procedural style: Begin a new sub-path. After this call the current point will be (x, y). Parameters
Return ValuesNo value is returned. 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
|
more
Recently updated
more
Most requested
more
Last requests
|