C1.Win.4.8 Assembly / C1.Win.Drawing Namespace / StringRendererGDI Class / MeasureSubstring Method / MeasureSubstring(Graphics,Font,TextFormatFlags,Rectangle,String,Int32,Int32) Method
The device context.
The Font of text.
The text layout information.
The System.Drawing.Rectangle that represents the bounds of the text.
The text to draw.
The position at which the substring starts.
The length of substring.

In This Topic
MeasureSubstring(Graphics,Font,TextFormatFlags,Rectangle,String,Int32,Int32) Method
In This Topic
Gets the bounds for displaying the part of this text.
Syntax
'Declaration
 
Public Overloads Shared Function MeasureSubstring( _
   ByVal graphics As Graphics, _
   ByVal font As Font, _
   ByVal textFormatFlags As TextFormatFlags, _
   ByVal bounds As Rectangle, _
   ByVal text As String, _
   ByVal substringStartIndex As Integer, _
   ByVal substringLength As Integer _
) As Rectangle()
 

Parameters

graphics
The device context.
font
The Font of text.
textFormatFlags
The text layout information.
bounds
The System.Drawing.Rectangle that represents the bounds of the text.
text
The text to draw.
substringStartIndex
The position at which the substring starts.
substringLength
The length of substring.
See Also