Imagick Image Library
PHP Manual

ImagickDraw::pathClose

(No version information available, might be only in CVS)

ImagickDraw::pathClose — Adds a path element to the current path

Beskrivelse

bool ImagickDraw::pathClose ( void )
Warning

Denne funktion er på nuværende tidspunkt ikke dokumenteret; kun dens argumenter er til rådighed.

Warning

Denne funktion er EKSPERIMENTABEL. Virkemåden af denne funktion, navnet på funktionen, og andet ellers dokumenteret om denne funktion, ændres muligvis uden advarsel i en fremtidig version af PHP. Brug af denne funktion er på ejet ansvar.

Adds a path element to the current path which closes the current subpath by drawing a straight line from the current point to the current subpath's most recent starting point (usually, the most recent moveto point).

Parameterliste

Returneringsværdier

Ingen værdi er returneret.


Imagick Image Library
PHP Manual