UILabel.TextRectForBounds(CGRect, nint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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