C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderVerticalTextFragment Class / GetCharRangeRegion Method
The index of the first character in the range in the current fragment.
The number of characters in the range.

In This Topic
GetCharRangeRegion Method (RenderVerticalTextFragment)
In This Topic
Gets a bounding System.Drawing.Region for a range of characters. The region is relative to the top left corner of the fragment's inner area.
Syntax
'Declaration
 
Public Function GetCharRangeRegion( _
   ByVal startCharIndex As Integer, _
   ByVal length As Integer _
) As Region
 

Parameters

startCharIndex
The index of the first character in the range in the current fragment.
length
The number of characters in the range.

Return Value

The bounding region for the specified range, or null if the range is invalid.
See Also