The ImagickDraw class
PHP Manual

ImagickDraw::point

(No version information available, might be only in CVS)

ImagickDraw::pointDraws a point

Opis

bool ImagickDraw::point ( float $x , float $y )
Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

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

Parametry

x

point's x coordinate

y

point's y coordinate

Zwracane wartości

żadna wartość nie jest zwracana.


The ImagickDraw class
PHP Manual