Enum CapStyle
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Describes the shape at the end of a line or segment.
D2D1_CAP_STYLE
public enum CapStyle
Fields
Flat = 0
A cap that does not extend past the last point of the line. Comparable to cap used for objects other than lines.
Square = 1
Half of a square that has a length equal to the line thickness.
Round = 2
A semicircle that has a diameter equal to the line thickness.
Triangle = 3
An isosceles right triangle whose hypotenuse is equal in length to the thickness of the line.