UILabel.TextRectForBounds(CGRect, nint) Method

Definition

The drawing RectangleF for this UILabel's Text.

[Foundation.Export("textRectForBounds:limitedToNumberOfLines:")]
public virtual CoreGraphics.CGRect TextRectForBounds (CoreGraphics.CGRect bounds, nint numberOfLines);
abstract member TextRectForBounds : CoreGraphics.CGRect * nint -> CoreGraphics.CGRect
override this.TextRectForBounds : CoreGraphics.CGRect * nint -> CoreGraphics.CGRect

Parameters

bounds
CGRect
numberOfLines
System.System.IntPtr System.nativeint

Returns

Attributes

Applies to