Compartir a través de


ITextProvider.RangeFromPoint(Point) Método

Definición

Recupera un intervalo de texto de las proximidades de una coordenada de pantalla.

public:
 ITextRangeProvider ^ RangeFromPoint(Point screenLocation);
ITextRangeProvider RangeFromPoint(Point const& screenLocation);
public ITextRangeProvider RangeFromPoint(Point screenLocation);
function rangeFromPoint(screenLocation)
Public Function RangeFromPoint (screenLocation As Point) As ITextRangeProvider

Parámetros

screenLocation
Point

Ubicación de la pantalla de coordenadas.

Devoluciones

Intervalo que contiene texto.

Se aplica a