NSLayoutManager.GetUsedRectForTextContainer(NSTextContainer) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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