Enum D2D1CapStyle
Describes the shape at the end of a line or segment.
Namespace: JeremyAnsel.DirectX.D2D1
Assembly: JeremyAnsel.DirectX.D2D1.dll
Syntax
public enum D2D1CapStyle
Fields
| Name | Description |
|---|---|
| Flat | Flat line cap. |
| Round | Round line cap. |
| Square | Square line cap. |
| Triangle | Triangle line cap. |