ImagickDraw::setResolution
PHP Manual
PHP Manual»ImagickDraw»ImagickDraw::setResolution

ImagickDraw::setResolution

(PECL imagick 3 >= 3.1.0)

ImagickDraw::setResolutionSets the resolution

Descrizione

public function ImagickDraw::setResolution(float $resolution_x, float $resolution_y): bool

Sets the resolution.

Elenco dei parametri

resolution_x

resolution_y

Valori restituiti

Restituisce true in caso di successo.

To Top