NSLayoutManager.GlyphRangeForBoundingRect(CGRect, NSTextContainer) Method

Definition

Returns the range of glyph indices that are at least partially in the .

[Foundation.Export("glyphRangeForBoundingRect:inTextContainer:")]
public virtual Foundation.NSRange GlyphRangeForBoundingRect (CoreGraphics.CGRect bounds, UIKit.NSTextContainer container);
abstract member GlyphRangeForBoundingRect : CoreGraphics.CGRect * UIKit.NSTextContainer -> Foundation.NSRange
override this.GlyphRangeForBoundingRect : CoreGraphics.CGRect * UIKit.NSTextContainer -> Foundation.NSRange

Parameters

bounds
CGRect
container
NSTextContainer

Returns

Attributes

Applies to