Deprecated in iOS7. Use NSString.DrawString(RectangleF, UIStringAttributes) instead.
Draws the string in the specified rectangle with the specified font.
- str
- String to draw.
- point
- The position where the string should be drawn.
- width
- The maximum width to use when drawing.
- font
- Font to use to draw the string.
- breakMode
- The linebreak mode to use to draw the string.
The actual size used by the rendering.