ImagickDraw::getTextAlignment

(PECL imagick 2, PECL imagick 3)

ImagickDraw::getTextAlignmentReturns the text alignment

Descrição

publicImagickDraw::getTextAlignment(): int
Aviso

Esta função não está documentada; apenas a lista de argumentos está disponível.

Returns the alignment applied when annotating with text.

Valor Retornado

Returns a ALIGN constant (imagick::ALIGN_*), and 0 if no align is set.

To Top