NSLayoutManager.GlyphRangeForBoundingRectWithoutAdditionalLayout 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.
Returns the range of glyph indices that are at least partially in the without glyph production or layout.
[Foundation.Export("glyphRangeForBoundingRectWithoutAdditionalLayout:inTextContainer:")]
public virtual Foundation.NSRange GlyphRangeForBoundingRectWithoutAdditionalLayout (CoreGraphics.CGRect bounds, UIKit.NSTextContainer container);
abstract member GlyphRangeForBoundingRectWithoutAdditionalLayout : CoreGraphics.CGRect * UIKit.NSTextContainer -> Foundation.NSRange
override this.GlyphRangeForBoundingRectWithoutAdditionalLayout : CoreGraphics.CGRect * UIKit.NSTextContainer -> Foundation.NSRange
Parameters
- bounds
- CGRect
- container
- NSTextContainer
Returns
- Attributes