hasText(at:)
Returns a Boolean value that indicates whether active text exists at the specified point.
Declaration
@MainActor final func hasText(at point: CGPoint) -> BoolParameters
- point:
A point in the image, in view coordinates.
Return Value
true if active text exists at point; otherwise, false.