Поделиться через


NSLayoutManager.TextContainerForGlyphAtIndex Метод

Определение

Перегрузки

TextContainerForGlyphAtIndex(nuint)
Устаревшие..

NSTextContainer, в котором выложен указанный глиф.

TextContainerForGlyphAtIndex(nuint, NSRange)
Устаревшие..

Возвращает объект , NSTextContainer содержащий глиф в .

TextContainerForGlyphAtIndex(nuint)

Внимание!

Use 'GetTextContainer' instead.

NSTextContainer, в котором выложен указанный глиф.

[System.Obsolete("Use 'GetTextContainer' instead.")]
public UIKit.NSTextContainer TextContainerForGlyphAtIndex (nuint glyphIndex);
member this.TextContainerForGlyphAtIndex : nuint -> UIKit.NSTextContainer

Параметры

glyphIndex
System.System.UIntPtr System.unativeint

Возвращаемое значение

Атрибуты

Применяется к

TextContainerForGlyphAtIndex(nuint, NSRange)

Внимание!

Use 'GetTextContainer' instead.

Возвращает объект , NSTextContainer содержащий глиф в .

[System.Obsolete("Use 'GetTextContainer' instead.")]
public UIKit.NSTextContainer TextContainerForGlyphAtIndex (nuint glyphIndex, ref Foundation.NSRange effectiveGlyphRange);
member this.TextContainerForGlyphAtIndex : nuint *  -> UIKit.NSTextContainer

Параметры

glyphIndex
System.System.UIntPtr System.unativeint
effectiveGlyphRange
NSRange

Возвращаемое значение

Атрибуты

Применяется к