Declaration

enum GSLineCapStyle

Declaration

enum GSLineCapStyle : uint8_t;

Declaration

GSLineCapStyle

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.

Initializers

Default Implementations

Topics

Enumeration Cases

Relationships

Conforms To

  • Swift.BitwiseCopyable
  • Swift.Equatable
  • Swift.Hashable
  • Swift.RawRepresentable
  • Swift.Sendable
  • Swift.SendableMetatype

See Also

Stroke Style