UILabel.DrawText(CGRect) Method

Definition

Renders this UILabel's Text (or its shadow) in the specified RectangleF.

[Foundation.Export("drawTextInRect:")]
public virtual void DrawText (CoreGraphics.CGRect rect);
abstract member DrawText : CoreGraphics.CGRect -> unit
override this.DrawText : CoreGraphics.CGRect -> unit

Parameters

rect
CGRect
Attributes

Applies to