LineCap Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the style of line cap (ending) to use at the end of lines when drawing.
public enum class LineCap
public enum LineCap
type LineCap =
Public Enum LineCap
- Inheritance
-
LineCap
Fields
Name | Value | Description |
---|---|---|
Butt | 0 | The line ends at the endpoint with no extension. |
Round | 1 | The line is capped with a semicircle whose diameter equals the line thickness. |
Square | 2 | The line is capped with a square that has the same width as the line thickness and extends beyond the end point by half the line thickness. |