ImagickDraw::setResolution

(PECL imagick 3 >= 3.1.0)

ImagickDraw::setResolutionSets the resolution

Açıklama

publicImagickDraw::setResolution(float$x_resolution, float$y_resolution): bool

Sets the resolution.

Bağımsız Değişkenler

x_resolution

y_resolution

Dönen Değerler

Başarı durumunda true döner.

To Top