Table of Contents

Class DrawableStrokeAntialias

Namespace
ImageMagick
Assembly
Magick.NET-Q16-AnyCPU.dll

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.

public sealed class DrawableStrokeAntialias : IDrawableStrokeAntialias, IDrawable
Inheritance
DrawableStrokeAntialias
Implements
IDrawableStrokeAntialias
IDrawable
Inherited Members

Properties

Disabled

Gets a new instance of the DrawableStrokeAntialias class that is disabled.

public static DrawableStrokeAntialias Disabled { get; }

Property Value

DrawableStrokeAntialias

Enabled

Gets a new instance of the DrawableStrokeAntialias class that is enabled.

public static DrawableStrokeAntialias Enabled { get; }

Property Value

DrawableStrokeAntialias

IsEnabled

Gets or sets a value indicating whether stroke antialiasing is enabled or disabled.

public bool IsEnabled { get; set; }

Property Value

bool