NSStringDrawing.WeakGetSizeUsingAttributes(NSString, NSDictionary) 方法

定义

返回呈现的字符串的大小。

[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

参数

This
NSString

此方法操作的实例。

attributes
NSDictionary

返回

属性

适用于