LineJoinType

public enum LineJoinType

Line join type.

  • Bevel.

    Declaration

    Swift

    case bevel
  • Miter.

    Declaration

    Swift

    case miter
  • Round.

    Declaration

    Swift

    case round