NSAttributedString.GetBoundingRect Method

Definition

[Foundation.Export("boundingRectWithSize:options:context:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreGraphics.CGRect GetBoundingRect (CoreGraphics.CGSize size, Foundation.NSStringDrawingOptions options, Foundation.NSStringDrawingContext context);
abstract member GetBoundingRect : CoreGraphics.CGSize * Foundation.NSStringDrawingOptions * Foundation.NSStringDrawingContext -> CoreGraphics.CGRect
override this.GetBoundingRect : CoreGraphics.CGSize * Foundation.NSStringDrawingOptions * Foundation.NSStringDrawingContext -> CoreGraphics.CGRect

Parameters

size
CGSize
context
NSStringDrawingContext

To be added.

This parameter can be null.

Returns

Attributes

Applies to