NSLayoutManager.GlyphAtIndex Method

Definition

Overloads

GlyphAtIndex(nuint)

Developers should not use this deprecated method. Developers should use M:UIKit.NSLayoutManager.GetGlyph* instead.

GlyphAtIndex(nuint, Boolean)

Developers should use M:UIKit.NSLayoutManager.GetGlyph* rather than this deprecated method.

GlyphAtIndex(nuint)

Developers should not use this deprecated method. Developers should use M:UIKit.NSLayoutManager.GetGlyph* instead.

[Foundation.Export("glyphAtIndex:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'GetGlyph' instead.")]
public virtual ushort GlyphAtIndex (nuint glyphIndex);
abstract member GlyphAtIndex : nuint -> uint16
override this.GlyphAtIndex : nuint -> uint16

Parameters

glyphIndex
System.System.UIntPtr System.unativeint

Returns

Attributes

Applies to

GlyphAtIndex(nuint, Boolean)

Developers should use M:UIKit.NSLayoutManager.GetGlyph* rather than this deprecated method.

[Foundation.Export("glyphAtIndex:isValidIndex:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'GetGlyph' instead.")]
public virtual ushort GlyphAtIndex (nuint glyphIndex, ref bool isValidIndex);
abstract member GlyphAtIndex : nuint *  -> uint16
override this.GlyphAtIndex : nuint *  -> uint16

Parameters

glyphIndex
System.System.UIntPtr System.unativeint
isValidIndex
Boolean

Returns

Attributes

Applies to