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 public enum CanvasGradientMeshPatchEdge
Members
| Member name | Value | Description |
---|
| Aliased | 0 | The edge is aliased. |
| Antialiased | 1 | The edge is antialiased using a per-primitive method. |
| AliasedAndInflated | 2 | The 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