CGLineCap 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.
Style for line caps.
public enum CGLineCap
type CGLineCap =
- Inheritance
-
CGLineCap
Fields
Name | Value | Description |
---|---|---|
Butt | 0 | Specifies a flat line cap. |
Round | 1 | Specifies a round line cap. |
Square | 2 | Specifies a square line cap. |