ImagickDraw::pathEllipticArcAbsolute
(No version information available, might be only in CVS)
ImagickDraw::pathEllipticArcAbsolute — Draws an elliptical arc
Descrição
Esta função não está documentada, somente a lista de argumentos está disponÃvel.
Esta função é EXPERIMENTAL. Isso quer dizer que o comportamento desta função e seu nome, incluindo TUDO o que está documentado aqui pode mudar em futuras versões do PHP, SEM QUALQUER NOTIFICAÇÃO. Esteja avisado, e use esta função por sua própria conta e risco.
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 true then draw the larger of the available arcs. If sweepFlag is true, then draw the arc matching a clock-wise rotation.
Parâmetros
- rx
-
x radius
- ry
-
y radius
- x_axis_rotation
-
x axis rotation
- large_arc_flag
-
large arc flag
- sweep_flag
-
sweep flag
- x
-
x coordinate
- y
-
y coordinate
Valor Retornado
Não há valor retornado.