共用方式為


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[]

由文字範圍中每一個完整或部分可見的文字行所構成的週框陣列。 變質範圍的空陣列。 具有螢幕座標之文字範圍的空陣列,這些座標讓文字範圍完全放在螢幕之外、捲動到檢視之外,或被重疊的視窗遮蔽。

適用於