ITextRange.GetRect(PointOptions, Rect, Int32) 方法

定义

检索包含屏幕上文本范围的边框。

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)

参数

options
PointOptions

一个 值,该值指示要检索的矩形。

rect
Rect

一个结构,包含四个表示边界矩形位置和大小的浮点数。

hit
Int32

int

文本范围的命中测试值。

适用于