The ImagickDraw class
PHP Manual

ImagickDraw::setStrokeAntialias

(No version information available, might be only in CVS)

ImagickDraw::setStrokeAntialiasControls whether stroked outlines are antialiased

Opis

bool ImagickDraw::setStrokeAntialias ( bool $stroke_antialias )
Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Controls whether stroked outlines are antialiased. Stroked outlines are antialiased by default. When antialiasing is disabled stroked pixels are thresholded to determine if the stroke color or underlying canvas color should be used.

Parametry

stroke_antialias

the antialias setting

Zwracane wartości

żadna wartość nie jest zwracana.


The ImagickDraw class
PHP Manual