Edit

Share via


NSStringDrawing.StringSize Method

Definition

Overloads

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

Returns

Applies to