PHP - Manual: GmagickDraw::point
2024-11-13
(PECL gmagick >= Unknown)
GmagickDraw::point — Draws a point
Draws a point using the current stroke color and stroke thickness at the specified coordinates.
x
target x coordinate
y
target y coordinate
The GmagickDraw object.