Share via


IUITextInput.GetCharacterRangeAtPoint(CGPoint) Método

Definición

Obtiene el carácter o un intervalo de caracteres de un documento que existe en un punto determinado.

[Foundation.Export("characterRangeAtPoint:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.UITextRange GetCharacterRangeAtPoint (CoreGraphics.CGPoint point);
abstract member GetCharacterRangeAtPoint : CoreGraphics.CGPoint -> UIKit.UITextRange

Parámetros

point
CGPoint

Apunte a una vista en la que se dibuja el texto del documento.

Devoluciones

Obtiene el punto de una vista donde se dibuja el texto del documento.

Atributos

Se aplica a