ITextRange.GetRect(PointOptions, Rect, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索包含屏幕上文本范围的边框。
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
文本范围的命中测试值。