Share via


NSTextContainer.FromContainerSize(CGSize) Method

Definition

Create a new NSTextContainer with the specified size.

public static AppKit.NSTextContainer FromContainerSize(CoreGraphics.CGSize containerSize);
static member FromContainerSize : CoreGraphics.CGSize -> AppKit.NSTextContainer

Parameters

containerSize
CGSize

The size of the new NSTextContainer.

Returns

A new NSTextContainer with the specified size.

Remarks

This method is deprecated, use FromSize(CGSize) instead.

Applies to