NSStringDrawing.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
| Name | Description |
|---|---|
| StringSize(String, NSStringAttributes) | |
| StringSize(String, NSDictionary) |
StringSize(String, NSStringAttributes)
public static CoreGraphics.CGSize StringSize(this string This, AppKit.NSStringAttributes? attributes);
static member StringSize : string * AppKit.NSStringAttributes -> CoreGraphics.CGSize
Parameters
- This
- String
- attributes
- NSStringAttributes
Returns
Applies to
StringSize(String, NSDictionary)
public static CoreGraphics.CGSize StringSize(this string This, Foundation.NSDictionary? attributes);
static member StringSize : string * Foundation.NSDictionary -> CoreGraphics.CGSize
Parameters
- This
- String
- attributes
- NSDictionary