Table of Contents

Enum GeometrySimplificationOption

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Specifies how a geometry is simplified to an ISimplifiedGeometrySink.
D2D1_GEOMETRY_SIMPLIFICATION_OPTION

public enum GeometrySimplificationOption

Fields

CubicsAndLines = 0

The output can contain cubic Bezier curves and line segments.

Lines = 1

The output is flattened so that it contains only line segments.