Table of Contents

Enum AntialiasMode

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Specifies how the edges of nontext primitives are rendered.
D2D1_ANTIALIAS_MODE

public enum AntialiasMode

Fields

PerPrimitive = 0

Edges are antialiased using the Direct2D per-primitive method of high-quality antialiasing.

Aliased = 1

Objects are aliased in most cases.