Forum und email

ImagickDraw::pathStart

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

ImagickDraw::pathStart — Declares the start of a path drawing list

Popis

bool ImagickDraw::pathStart ( void )
Warning

Táto funkcia nie je momentálne zdokumentovaná; je dostupný len zoznam argumentov.

Warning

Táto funkcia je EXPERIMENTÁLNA. Správanie tejto funkcie, názov tejto funkcie a hocičo iné zdokumentované o tejto funkcii sa môže zmeniť bez povšimnutia v budúcom vydaní PHP. Používajte túto funkcii na svoje vlastné riziko.

Declares the start of a path drawing list which is terminated by a matching DrawPathFinish() command. All other DrawPath commands must be enclosed between a and a DrawPathFinish() command. This is because path drawing commands are subordinate commands and they do not function by themselves.

Parametre

Vrátené hodnoty

Nevráti sa žiadna hodnota.