ITextRange.GetRect(PointOptions, Rect, Int32) Metodo

Definizione

Recupera il rettangolo di selezione che include l'intervallo di testo sullo schermo.

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)

Parametri

options
PointOptions

Valore che indica il rettangolo da recuperare.

rect
Rect

Struttura che contiene quattro numeri a virgola mobile che rappresentano la posizione e le dimensioni del rettangolo di selezione.

hit
Int32

int

Valore di hit test per l'intervallo di testo.

Si applica a