GmagickDraw::point
PHP function
Edit on GitHub ✎
(PECL gmagick >= Unknown)
Draws a point
Description
GmagickDraw::point(float $x, float $y): GmagickDraw
Draws a point using the current stroke color and stroke thickness at the specified coordinates.
Parameters
xtarget x coordinate
ytarget y coordinate
Return Values
The GmagickDraw object.