欧美AV无码一区二区,麻豆+无码+国产在线+观看,欧美狂躁少妇XXXX高潮无码,美女扒开屁股让男人桶免费观看,极品粉嫩国产18尤物在线播放

ImagickDraw::rotate

(PECL imagick 2, PECL imagick 3)

ImagickDraw::rotateApplies the specified rotation to the current coordinate space

說(shuō)明

public ImagickDraw::rotate(float $degrees): bool
警告

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

Applies the specified rotation to the current coordinate space.

參數

degrees

degrees to rotate.

返回值

沒(méi)有返回值。

范例

示例 #1 ImagickDraw::rotate() example

<?php
function rotate($strokeColor$fillColor$backgroundColor$fillModifiedColor) {
    
$draw = new \ImagickDraw();
    
$draw->setStrokeColor($strokeColor);
    
$draw->setStrokeOpacity(1);
    
$draw->setFillColor($fillColor);
    
$draw->rectangle(200200300300);
    
$draw->setFillColor($fillModifiedColor);
    
$draw->rotate(15);
    
$draw->rectangle(200200300300);

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

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

?>

欧美AV无码一区二区,麻豆+无码+国产在线+观看,欧美狂躁少妇XXXX高潮无码,美女扒开屁股让男人桶免费观看,极品粉嫩国产18尤物在线播放