PHP 8.3.4 Released!

ImagickDraw::getTextAlignment

(PECL imagick 2, PECL imagick 3)

ImagickDraw::getTextAlignmentReturns the text alignment

Descrição

public ImagickDraw::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.

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