(PECL cairo >= 0.1.0)
CairoContext::relCurveTo -- cairo_rel_curve_to — The relCurveTo purpose
객체 기반 형식 (method):
$x1
, string $y1
, string $x2
, string $y2
, string $x3
, string $y3
)절차식 형식:
$context
, string $x1
, string $y1
, string $x2
, string $y2
, string $x3
, string $y3
)Description here.
이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다.
contextDescription...
x1Description...
y1Description...
x2Description...
y2Description...
x3Description...
y3Description...
Description...
Example #1 객체 기반 형식
<?php
/* ... */
?>
위 예제의 출력 예시:
...
Example #2 절차식 형식
<?php
/* ... */
?>
위 예제의 출력 예시:
...