cpdf_arc
(PHP 4, PHP 5 <= 5.0.5)
cpdf_arc โ Draws an arc
์ค๋ช
bool cpdf_arc
( int $pdf_document
, float $x_coor
, float $y_coor
, float $radius
, float $start
, float $end
[, int $mode
] )
Draws an arc.
๋งค๊ฐ๋ณ์
- pdf_document
-
cpdf_open()์ด ๋ฐํํ ๋ฌธ์ ํธ๋ค.
- x
-
The x-coordinate of the center
- y
-
The y-coordinate of the center
- radius
-
The arc radius
- start
-
The starting angle, in degrees
- end
-
The ending angle, in degrees
- mode
-
์ ํ์ ์ธ mode ๋งค๊ฐ๋ณ์๋ ๋จ์ ๊ธธ์ด๋ฅผ ๊ฒฐ์ ํฉ๋๋ค. 0์ด๋ ์์ ๊ฒฝ์ฐ, ์ฌ์ฉํ๋ ํ์ด์ง์ ๊ธฐ๋ณธ ๋จ์๋ฅผ ์ฌ์ฉํฉ๋๋ค. ๊ทธ ์ธ์๋ ํ์ฌ ๋จ์์ ๊ด๊ณ ์์ด ์ขํ๋ฅผ postscript ํฌ์ธํธ๋ก ์ธก์ ํฉ๋๋ค.
๋ฐํ๊ฐ
์ฑ๊ณตํ ๊ฒฝ์ฐ TRUE๋ฅผ, ์คํจํ ๊ฒฝ์ฐ FALSE๋ฅผ ๋ฐํํฉ๋๋ค.