TextGraphics.RangeBox Property
Parent Object: TextGraphicsDescription
Property that returns a Box object which contains the opposing points of a rectangular box that is guaranteed to enclose this object.
Syntax
TextGraphics.RangeBox() As BoxProperty Value
This is a read only property whose value is a Box.Samples
Name | Description |
Text Using Client Graphics (Multiple fonts and lines) | This sample demonstrates creating text using client graphics. It illustrates the more complex case of changes in font and more than one line. |