GmagickDraw::roundrectangle

(PECL gmagick >= 未知)

GmagickDraw::roundrectangle绘制圆角矩形

描述

public GmagickDraw::roundrectangle(
    float $x1,
    float $y1,
    float $x2,
    float $y2,
    float $rx,
    float $ry
): GmagickDraw

绘制一个圆角矩形,给定两个坐标,x 和 y 角半径,并使用当前的笔触、笔触宽度和填充设置。

参数

x1

第一个坐标的 x 坐标

y1

第一个坐标的 y 坐标

x2

第二个坐标的 x 坐标

y2

第二个坐标的 y 坐标

rx

水平方向角的半径

ry

垂直方向角的半径

返回值

GmagickDraw 对象。

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top