PHP » GoLang |
login |
register |
about
|
GoLang ImagickDraw::rectangle
request it (281)
GoLang replacement for PHP's ImagickDraw::rectangle
[edit | history]
ImagickDraw::rectangle(PECL imagick 2.0.0) ImagickDraw::rectangle — Draws a rectangle Description
bool ImagickDraw::rectangle
( float
$x1
, float $y1
, float $x2
, float $y2
)Warning
This function is currently not documented; only its argument list is available. Draws a rectangle given two coordinates and using the current stroke, stroke width, and fill settings. Parameters
Return ValuesNo value is returned. Examples
Example #1 ImagickDraw::rectangle()
<?php |
more
Recently updated
more
Most requested
more
Last requests
|