NSLayoutManager.TruncatedGlyphRangeInLineFragmentForGlyphAtIndex 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.
Caution
Use 'GetTruncatedGlyphRangeInLineFragment' instead.
The range of truncated glyphs for a line fragment containing the specified index.
[Foundation.Export("truncatedGlyphRangeInLineFragmentForGlyphAtIndex:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Obsolete("Use 'GetTruncatedGlyphRangeInLineFragment' instead.", false)]
public virtual Foundation.NSRange TruncatedGlyphRangeInLineFragmentForGlyphAtIndex (nuint glyphIndex);
abstract member TruncatedGlyphRangeInLineFragmentForGlyphAtIndex : nuint -> Foundation.NSRange
override this.TruncatedGlyphRangeInLineFragmentForGlyphAtIndex : nuint -> Foundation.NSRange
Parameters
- glyphIndex
- System.System.UIntPtr System.unativeint
Returns
- Attributes