ITextRange.GetRect(PointOptions, Rect, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère le rectangle englobant qui englobe la plage de texte à l’écran.
public:
void GetRect(PointOptions options, [Out] Rect & rect, [Out] int & hit);
void GetRect(PointOptions const& options, [Out] Rect & rect, [Out] int & hit);
public void GetRect(PointOptions options, out Rect rect, out int hit);
Public Sub GetRect (options As PointOptions, ByRef rect As Rect, ByRef hit As Integer)
Paramètres
- options
- PointOptions
Valeur qui indique le rectangle à récupérer.
- rect
- Rect
Structure qui contient quatre nombres à virgule flottante qui représentent l’emplacement et la taille du rectangle englobant.
- hit
-
Int32
int
Valeur de test d’accès pour la plage de texte.