NSStringDrawing_NSString.StringSize 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.
Overloads
StringSize(NSString, NSStringAttributes) | |
StringSize(NSString, NSDictionary) |
StringSize(NSString, NSStringAttributes)
public static CoreGraphics.CGSize StringSize (this Foundation.NSString This, AppKit.NSStringAttributes attributes);
static member StringSize : Foundation.NSString * AppKit.NSStringAttributes -> CoreGraphics.CGSize
Parameters
- This
- NSString
- attributes
- NSStringAttributes
Returns
Applies to
StringSize(NSString, NSDictionary)
[Foundation.Export("sizeWithAttributes:")]
public static CoreGraphics.CGSize StringSize (this Foundation.NSString This, Foundation.NSDictionary attributes);
static member StringSize : Foundation.NSString * Foundation.NSDictionary -> CoreGraphics.CGSize
Parameters
- This
- NSString
- attributes
- NSDictionary
Returns
- Attributes