PHP » GoLang |
login |
register |
about
|
GoLang ImagickDraw::pushPattern
request it (299)
GoLang replacement for PHP's ImagickDraw::pushPattern
[edit | history]
ImagickDraw::pushPattern(PECL imagick 2.0.0) ImagickDraw::pushPattern — Indicates that subsequent commands up to a ImagickDraw::opPattern() command comprise the definition of a named pattern Description
bool ImagickDraw::pushPattern
( string
$pattern_id
, float $x
, float $y
, float $width
, float $height
)Warning
This function is currently not documented; only its argument list is available. Indicates that subsequent commands up to a DrawPopPattern() command comprise the definition of a named pattern. The pattern space is assigned top left corner coordinates, a width and height, and becomes its own drawing space. Anything which can be drawn may be used in a pattern definition. Named patterns may be used as stroke or brush definitions. Parameters
Return Values
Returns Examples
Example #1 ImagickDraw::pushPattern()
<?php |
more
Recently updated
more
Most requested
more
Last requests
|