contains(_:inCircumferentialRingOfWidth:)
Returns a Boolean value that indicates whether a ring around this circle’s circumference contains the specified point.
Declaration
func contains(_ point: NormalizedPoint, inCircumferentialRingOfWidth ringWidth: CGFloat) -> BoolParameters
- point:
The normalized point.
- ringWidth:
The ring width.