NSLayoutManager.TruncatedGlyphRangeInLineFragmentForGlyphAtIndex Method

Definition

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

Applies to