ImagickDraw::getTextAlignment

(PECL imagick 2, PECL imagick 3)

ImagickDraw::getTextAlignmentReturns the text alignment

Beschreibung

public ImagickDraw::getTextAlignment ( ) : int
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Returns the alignment applied when annotating with text.

Rückgabewerte

Returns one of the ALIGN_ constants and 0 if no align is set.

add a note add a note

User Contributed Notes 1 note

up
1
moguchicorp at gmail dot com
13 years ago
check ImagickDraw::SetTextAlignment notes for examples and constants values

http://php.net/manual/en/function.imagickdraw-settextalignment.php
To Top