Click or drag to resize
CanvasGradientMeshPatchEdge Enumeration
Specifies the type of edge a gradient mesh patch will have, when drawn.

Namespace:  Microsoft.Graphics.Canvas.Geometry
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public enum CanvasGradientMeshPatchEdge
Members
  Member nameValueDescription
Aliased0The edge is aliased.
Antialiased1The edge is antialiased using a per-primitive method.
AliasedAndInflated2The edge of the patch is inflated by 0.5 pixels, and the edge is aliased. Useful when the edge is known to be an interior one; inflating the edge helps to mitigate seaming artifacts.
See Also