ImagickDraw::pathLineToAbsolute

(PECL imagick 2)

ImagickDraw::pathLineToAbsoluteDraws a line path

說(shuō)明

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

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

Draws a line path from the current point to the given coordinate using absolute coordinates. The coordinate then becomes the new current point.

參數(shù)

x

starting x coordinate

y

ending x coordinate

返回值

沒(méi)有返回值。