略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: GmagickDraw::line

2024-04-27

GmagickDraw::line

(PECL gmagick >= Unknown)

GmagickDraw::lineDraws a line

说明

public GmagickDraw::line(
    float $sx,
    float $sy,
    float $ex,
    float $ey
): GmagickDraw

Draws a line on the image using the current stroke color, stroke opacity, and stroke width.

参数

sx

starting x ordinate

sy

starting y ordinate

ex

ending x ordinate

ey

ending y ordinate

返回值

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.line.php

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