Click or drag to resize
CanvasGeometrySimplification Enumeration
Specifies how a geometry is simplified to produce another geometry.

Namespace:  Microsoft.Graphics.Canvas.Geometry
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public enum CanvasGeometrySimplification
Members
  Member nameValueDescription
CubicsAndLines0The output can contain cubic Bezier curves and lines.
Lines1The output contains only line segments.
See Also