Parameters
- g
- System.Drawing.Graphics object where the content will be rendered.
- bounds
- System.Drawing.Rectangle that specifies the bounds where the content will be rendered.
- offset
- Offset of the first line to draw (usually the return value of a previous call to DrawStringHtml).
Return Value
The offset of the first line that was not printed because it did not fit in the specified rectangle, or the value of System.Int32.MaxValue if the entire string was rendered. By default zero.