Share via


NSExtendedStringDrawing.GetBoundingRect Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreGraphics.CGRect GetBoundingRect(this Foundation.NSString This, CoreGraphics.CGSize size, Foundation.NSStringDrawingOptions options, UIKit.UIStringAttributes attributes, Foundation.NSStringDrawingContext? context);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetBoundingRect : Foundation.NSString * CoreGraphics.CGSize * Foundation.NSStringDrawingOptions * UIKit.UIStringAttributes * Foundation.NSStringDrawingContext -> CoreGraphics.CGRect

Parameters

This
NSString

The instance on which this method operates.

size
CGSize
attributes
UIStringAttributes

Returns

Attributes

Applies to