LineCapType

public enum LineCapType : Int

Line cap type.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • None.

    Declaration

    Swift

    case none
  • Round.

    Declaration

    Swift

    case round
  • Rectangle.

    Declaration

    Swift

    case rectangle
  • Diamond.

    Declaration

    Swift

    case diamond
  • Inverse diamond.

    Declaration

    Swift

    case inverseDiamond