KRISTOFFER BOHMANN
[BETA]
Forside
Om KB
Kompetencer
Referencer
Home
>
PHP
>
Function
>
>
ImagickDraw::point()
ImagickDraw::point()
ImagickDraw::point - Draws a point
Syntax
bool
ImagickDraw::point
(
float
$x,
float
$y)
Arguments
x - point\'s x coordinate
y - point\'s y coordinate
Description
Draws a point using the current stroke color and stroke thickness at the specified coordinates.
Version
PHP PECL imagick 2.0.0
Return value
No value is returned.