ITextRangeProvider.GetBoundingRectangles(Double[]) Method

Definition

Retrieves a collection of bounding rectangles for each fully or partially visible line of text in a text range.

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

Parameters

returnValue

Double[]

double[]

An array of bounding rectangles for each full or partial line of text in a text range. An empty array for a degenerate range. An empty array for a text range that has screen coordinates placing it completely off-screen, scrolled out of view, or obscured by an overlapping window.

Applies to