'Declaration Public Overloads Shared Function MeasureSubstring( _ ByVal graphics As Graphics, _ ByVal font As Font, _ ByVal stringFormat As StringFormat, _ ByVal bounds As Rectangle, _ ByVal text As String, _ ByVal substringStartIndex As Integer, _ ByVal substringLength As Integer _ ) As Rectangle()
public static Rectangle[] MeasureSubstring( Graphics graphics, Font font, StringFormat stringFormat, Rectangle bounds, string text, int substringStartIndex, int substringLength )
Parameters
- graphics
- The device context.
- font
- The Font of text.
- stringFormat
- 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.