Table of Contents

Enum AntialiasMode

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

Specifies how the edges of nontext primitives are rendered.

public enum AntialiasMode

Fields

Aliased = 1

Objects are aliased in most cases. Objects are antialiased only when they are drawn to a render target created by the CreateDxgiSurfaceRenderTarget method and Direct3D multisampling has been enabled on the backing DirectX Graphics Infrastructure (DXGI) surface.

PerPrimitive = 0

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