Contents

hasText(at:)

Returns a Boolean value that indicates whether active text exists at the specified point.

Declaration

@MainActor final func hasText(at point: CGPoint) -> Bool

Parameters

  • point:

    A point in the image, in view coordinates.

Return Value

true if active text exists at point; otherwise, false.

See Also

Accessing text information