NSStringDrawing.WeakGetSizeUsingAttributes(NSString, NSDictionary) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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