Share via


ITextRangeProvider.GetBoundingRectangles(Double[]) 方法

定义

检索由文本范围中每个完全或部分可见的文本行的边框组成的集合。

void GetBoundingRectangles([Out] winrt::array_view <double> const& & returnValue);
public void GetBoundingRectangles(out double[] returnValue);
Public Sub GetBoundingRectangles (ByRef returnValue As Double())

参数

returnValue

Double[]

double[]

文本范围中每个完全或部分可见的文本行的边框组成的数组。 对于退化范围,则为一个空数组。 对于其屏幕坐标完全位于屏幕之外的文本范围、滚动到视图之外的文本范围或者被某个重叠窗口遮盖住的文本范围,为一个空数组。

适用于