Thickness

public enum Thickness

Represents the thickness of a rule in the direction perpendicular to its orientation.

  • Indicates that the rule should be exactly 1 screen pixel thick, the thinnest possible line that can be drawn.

    Declaration

    Swift

    case hairline
  • An exact thickness in points.

    Declaration

    Swift

    case points(CGFloat)