Compartilhar via


ITextRange.GetRect(PointOptions, Rect, Int32) Método

Definição

Recupera o retângulo delimitador que abrange o intervalo de texto na tela.

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)

Parâmetros

options
PointOptions

Um valor que indica o retângulo a ser recuperado.

rect
Rect

Uma estrutura que contém quatro números de ponto flutuante que representam o local e o tamanho do retângulo delimitador.

hit
Int32

int

O valor de teste de clique para o intervalo de texto.

Aplica-se a