Enumeration
GSLineCapStyle
The construction used at an open stroke endpoint.
Declaration
enum GSLineCapStyleDeclaration
enum GSLineCapStyle : uint8_t;Declaration
GSLineCapStyleTopics
Enumeration Cases
Aligns the cap to the nearest coordinate axis.
Aligns the cap to the x-axis.
Aligns the cap to the y-axis.
Ends the stroke at the path endpoint.
Extends the stroke with a semicircular cap.
Ends the stroke with an inset semicircular cap.
Extends the stroke with a square cap.
Initializers
Default Implementations
Topics
Enumeration Cases
Aligns the cap to the nearest coordinate axis.
Aligns the cap to the x-axis.
Aligns the cap to the y-axis.
Ends the stroke at the path endpoint.
Extends the stroke with a semicircular cap.
Ends the stroke with an inset semicircular cap.
Extends the stroke with a square cap.
Relationships
Conforms To
Swift.BitwiseCopyableSwift.EquatableSwift.HashableSwift.RawRepresentableSwift.SendableSwift.SendableMetatype
See Also
Stroke Style
The horizontal size expression used to expand the path into a stroke.
The vertical size expression used to expand the path into a stroke.
The stroke position from
-1on the left to1on the right of the path direction.The cap at the start of an open path.
The cap at the end of an open path.
The construction used to connect consecutive stroke segments.
The construction used to connect consecutive stroke segments.
Whether the path remains filled when it has a stroke.
Reads the shape’s stroke style into optional output parameters.