Table of Contents

Class DrawableTextAntialias

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

Controls whether text is antialiased. Text is antialiased by default.

public sealed class DrawableTextAntialias : IDrawableTextAntialias, IDrawable
Inheritance
DrawableTextAntialias
Implements
IDrawableTextAntialias
IDrawable
Inherited Members

Properties

Disabled

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

public static DrawableTextAntialias Disabled { get; }

Property Value

DrawableTextAntialias

Enabled

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

public static DrawableTextAntialias Enabled { get; }

Property Value

DrawableTextAntialias

IsEnabled

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

public bool IsEnabled { get; set; }

Property Value

bool