Gmagick GmagickDraw::ellipse

(PECL gmagick >= Unknown)

GmagickDraw::ellipse — 이미지에 타원을 그립니다.


설명

public GmagickDraw::ellipse(
    float $ox,
    float $oy,
    float $rx,
    float $ry,
    float $start,
    float $end
): GmagickDraw
                

이미지에 타원을 그립니다.


매개변수

ox
origin x ordinate
oy
origin y ordinate
rx
radius in x
ry
radius in y
start
도 단위 회전 시작
end
도 단위 회전 종료

반환 값

GmagickDraw 개체