MonoTouch.UIKit.UIView.DrawString Method
Obsolete version of this method, use the version with a `ref float actualizeFontSize' parameter instead

Syntax

[MonoTouch.Foundation.Advice("Use the version with a `ref float actualFontSize`")]
public System.Drawing.SizeF DrawString (string str, System.Drawing.PointF point, float width, UIFont font, float minFontSize, float actualFontSize, UILineBreakMode breakMode, UIBaselineAdjustment adjustment)

Parameters

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.
minFontSize
The minimum acceptable font size.
actualFontSize
The font size ultimately used to draw
breakMode
The linebreak mode to use to draw the string.
adjustment
Baseline adjustment to use.

Returns

The actual size used by the rendering.

Remarks

This can be used from a background thread.

Requirements

Namespace: MonoTouch.UIKit
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0