男女疯狂一边摸一边做羞羞视频|啊好深好硬快点用力别停动态图|亚洲一区无码中文字幕|特级无码毛片免费视频播放▽|久久狠狠躁免费观看|国内精品久久久久久网站

ImagickDraw::point

(PECL imagick 2, PECL imagick 3)

ImagickDraw::pointDraws a point

說(shuō)明

public ImagickDraw::point(float $x, float $y): bool
警告

本函數還未編寫(xiě)文檔,僅有參數列表。

Draws a point using the current stroke color and stroke thickness at the specified coordinates.

參數

x

point's x coordinate

y

point's y coordinate

返回值

沒(méi)有返回值。

范例

示例 #1 ImagickDraw::point() example

<?php
function point($fillColor$backgroundColor) {

    
$draw = new \ImagickDraw();

    
$draw->setFillColor($fillColor);

    for (
$x 0$x 10000$x++) {
        
$draw->point(rand(0500), rand(0500));
    }

    
$imagick = new \Imagick();
    
$imagick->newImage(500500$backgroundColor);
    
$imagick->setImageFormat("png");
    
$imagick->drawImage($draw);

    
header("Content-Type: image/png");
    echo 
$imagick->getImageBlob();
}

?>

男女疯狂一边摸一边做羞羞视频|啊好深好硬快点用力别停动态图|亚洲一区无码中文字幕|特级无码毛片免费视频播放▽|久久狠狠躁免费观看|国内精品久久久久久网站