Share via


ITextProvider.RangeFromPoint(Point) Méthode

Définition

Récupère une plage de texte à proximité d’une coordonnée d’écran.

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

Paramètres

screenLocation
Point

Emplacement de l’écran des coordonnées.

Retours

Plage qui contient du texte.

S’applique à