略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: GmagickDraw::ellipse

2024-04-27

GmagickDraw::ellipse

(PECL gmagick >= Unknown)

GmagickDraw::ellipseDraws an ellipse on the image

说明

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

Draws an ellipse on the image.

参数

ox

origin x ordinate

oy

origin y ordinate

rx

radius in x

ry

radius in y

start

starting rotation in degrees

end

ending rotation in degrees

返回值

The GmagickDraw object.

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/gmagickdraw.ellipse.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3