NSLayoutManager.TextContainerForGlyphAtIndex Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
TextContainerForGlyphAtIndex(nuint) |
Veraltet.
Der NSTextContainer, in dem die angegebene Glyphe angeordnet ist. |
TextContainerForGlyphAtIndex(nuint, NSRange) |
Veraltet.
Ruft die ab, die NSTextContainer die Glyphe bei enthält. |
TextContainerForGlyphAtIndex(nuint)
Achtung
Use 'GetTextContainer' instead.
Der NSTextContainer, in dem die angegebene Glyphe angeordnet ist.
[System.Obsolete("Use 'GetTextContainer' instead.")]
public UIKit.NSTextContainer TextContainerForGlyphAtIndex (nuint glyphIndex);
member this.TextContainerForGlyphAtIndex : nuint -> UIKit.NSTextContainer
Parameter
- glyphIndex
- System.System.UIntPtr System.unativeint
Gibt zurück
- Attribute
Gilt für:
TextContainerForGlyphAtIndex(nuint, NSRange)
Achtung
Use 'GetTextContainer' instead.
Ruft die ab, die NSTextContainer die Glyphe bei enthält.
[System.Obsolete("Use 'GetTextContainer' instead.")]
public UIKit.NSTextContainer TextContainerForGlyphAtIndex (nuint glyphIndex, ref Foundation.NSRange effectiveGlyphRange);
member this.TextContainerForGlyphAtIndex : nuint * -> UIKit.NSTextContainer
Parameter
- glyphIndex
- System.System.UIntPtr System.unativeint
- effectiveGlyphRange
- NSRange
Gibt zurück
- Attribute