Declaration

enum GSLineJoinStyle

Declaration

enum GSLineJoinStyle : uint8_t;

Declaration

GSLineJoinStyle

Topics

Enumeration Cases

  • Connects the segment edges with a straight edge.

  • Extends the segment edges until they intersect.

  • Connects the segment edges with a circular arc.

  • Connects the complete segment ends with a circular arc.

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