drawGetStrokeAntialias method

bool drawGetStrokeAntialias()

DrawGetStrokeAntialias() returns the current stroke antialias setting. 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.

Implementation

bool drawGetStrokeAntialias() =>
    _magickWandBindings.DrawGetStrokeAntialias(_wandPtr).toBool();