次の方法で共有


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

戻り値

属性

適用対象