Share via


NSTextContainer.FromSize(CGSize) Method

Definition

Create a new NSTextContainer with the specified size.

public static AppKit.NSTextContainer FromSize(CoreGraphics.CGSize size);
static member FromSize : CoreGraphics.CGSize -> AppKit.NSTextContainer

Parameters

size
CGSize

The size of the new NSTextContainer.

Returns

A new NSTextContainer with the specified size.

Applies to