Table of Contents

Enum PatchEdgeMode

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

Specifies how to render gradient mesh edges.

public enum PatchEdgeMode

Fields

Aliased = 0

Render this patch edge aliased. Use this value for the internal edges of your gradient mesh.

AliasedInflated = 2

Render this patch edge aliased and also slightly inflated. Use this for the internal edges of your gradient mesh when there could be t-junctions among patches. Inflating the internal edges mitigates seams that can appear along those junctions.

Antialiased = 1

Render this patch edge antialiased. Use this value for the external (boundary) edges of your mesh.