LineCapPlacement

public enum LineCapPlacement

LiceCapPlacement

Important

This is a Public Preview API. It may be changed or removed at any time.
  • inside Caps are located within the endpoints of a line. This means the line caps do not protrude beyond the start or end coordinates of a line.

    Declaration

    Swift

    case inside
  • outside Caps are located outside the endpoints of a line. This means the line caps effectively extend the line beyond its start and end coordinates by the length of the cap.

    Declaration

    Swift

    case outside