Enum D2D1GeometrySimplificationOption
Specifies how simple the output of a simplified geometry sink should be.
Namespace: JeremyAnsel.DirectX.D2D1
Assembly: JeremyAnsel.DirectX.D2D1.dll
Syntax
public enum D2D1GeometrySimplificationOption
Fields
Name | Description |
---|---|
CubicsAndLines | The output can contain cubic Bezier curves and line segments. |
Lines | The output is flattened so that it contains only line segments. |