Enum D2D1PathSegmentOptions
Indicates whether a segment should be stroked and whether the join between this segment and the previous one should be smooth.
Namespace: JeremyAnsel.DirectX.D2D1
Assembly: JeremyAnsel.DirectX.D2D1.dll
Syntax
[Flags]
public enum D2D1PathSegmentOptions
Fields
Name | Description |
---|---|
ForceRoundLineJoin | The segment is always joined with the one preceding it using a round line join. |
ForceUnstroked | The segment is not stroked. |
None | The segment is joined as specified by the D2D1StrokeStyle interface, and it is stroked. |