Share via


NSStringDrawing_NSAttributedString.GetSize(NSAttributedString) Method

Definition

[Foundation.Export("size")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreGraphics.CGSize GetSize(this Foundation.NSAttributedString This);
[<Foundation.Export("size")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetSize : Foundation.NSAttributedString -> CoreGraphics.CGSize

Parameters

This
NSAttributedString

The instance on which this method operates.

Returns

Attributes

Applies to