ITextRangeProvider.GetBoundingRectangles Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a collection of bounding rectangles for each fully or partially visible line of text in a text range.
public:
cli::array <double> ^ GetBoundingRectangles();
public double[] GetBoundingRectangles ();
abstract member GetBoundingRectangles : unit -> double[]
Public Function GetBoundingRectangles () As Double()
Returns
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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.