update : 2015.11.03
php.shukuma.com검색:
|
ImagickDraw::pathEllipticArcRelative(PECL imagick 2.0.0) ImagickDraw::pathEllipticArcRelative — Draws an elliptical arc 설명
bool ImagickDraw::pathEllipticArcRelative
( float
$rx
, float $ry
, float $x_axis_rotation
, bool $large_arc_flag
, bool $sweep_flag
, float $x
, float $y
)Warning
이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다.
Draws an elliptical arc from the current point to (x, y) using relative
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 인수
반환값값을 반환하지 않습니다. |