setLineJoin(_:) Sets the style for the joins of connected lines in a graphics context. Declarationfunc setLineJoin(_ join: CGLineJoin) Parametersjoin: A line join value—Miter (the default), Round, or Bevel. See Cgpath. See AlsoSetting Path Drawing OptionssetAllowsAntialiasing(_:)setFlatness(_:)setLineCap(_:)setLineDash(phase:lengths:)setLineWidth(_:)setMiterLimit(_:)setPatternPhase(_:)setFillPattern(_:colorComponents:)setShouldAntialias(_:)