NSLayoutManager.GetUsedRectForTextContainer(NSTextContainer) Method

Definition

The bounding rectangle in the NSTextContainer's coordinates of the laid out glyphs in the NSTextContainer.

[Foundation.Export("usedRectForTextContainer:")]
public virtual CoreGraphics.CGRect GetUsedRectForTextContainer (UIKit.NSTextContainer container);
abstract member GetUsedRectForTextContainer : UIKit.NSTextContainer -> CoreGraphics.CGRect
override this.GetUsedRectForTextContainer : UIKit.NSTextContainer -> CoreGraphics.CGRect

Parameters

container
NSTextContainer

Returns

Attributes

Applies to