PHP » GoLang |
login |
register |
about
|
GoLang ImagickDraw::pathEllipticArcAbsolute
request it (257)
GoLang replacement for PHP's ImagickDraw::pathEllipticArcAbsolute
[edit | history]
PHP ImagickDraw::pathEllipticArcAbsolutePHP original manual for ImagickDraw::pathEllipticArcAbsolute [ show | php.net ]ImagickDraw::pathEllipticArcAbsolute(PECL imagick 2.0.0) ImagickDraw::pathEllipticArcAbsolute — Draws an elliptical arc Description
bool ImagickDraw::pathEllipticArcAbsolute
( float
$rx
, float $ry
, float $x_axis_rotation
, bool $large_arc_flag
, bool $sweep_flag
, float $x
, float $y
)Warning
This function is currently not documented; only its argument list is available.
Draws an elliptical arc from the current point to (x, y) using absolute
coordinates. The size and orientation of the ellipse are defined by two
radii (rx, ry) and an xAxisRotation, which indicates how the ellipse as
a whole is rotated relative to the current coordinate system. The center
(cx, cy) of the ellipse is calculated automatically to satisfy the
constraints imposed by the other parameters. largeArcFlag and sweepFlag
contribute to the automatic calculations and help determine how the arc
is drawn. If largeArcFlag is Parameters
Return ValuesNo value is returned. |
more
Recently updated
more
Most requested
more
Last requests
|