NSStringDrawing.WeakGetSizeUsingAttributes(NSString, NSDictionary) Method

Definition

Returns the size of the rendered string.

[Foundation.Export("sizeWithAttributes:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static CoreGraphics.CGSize WeakGetSizeUsingAttributes (this Foundation.NSString This, Foundation.NSDictionary attributes);
static member WeakGetSizeUsingAttributes : Foundation.NSString * Foundation.NSDictionary -> CoreGraphics.CGSize

Parameters

This
NSString

The instance on which this method operates.

attributes
NSDictionary

Returns

Attributes

Applies to