다음을 통해 공유


NSLayoutManager.GlyphAtIndex 메서드

정의

오버로드

GlyphAtIndex(nuint)

개발자는 이 사용되지 않는 메서드를 사용하면 안 됩니다. 개발자는 M:UIKit.NSLayoutManager.GetGlyph* 를 대신 사용해야 합니다.

GlyphAtIndex(nuint, Boolean)

개발자는 이 사용되지 않는 메서드 대신 M:UIKit.NSLayoutManager.GetGlyph* 를 사용해야 합니다.

GlyphAtIndex(nuint)

개발자는 이 사용되지 않는 메서드를 사용하면 안 됩니다. 개발자는 M:UIKit.NSLayoutManager.GetGlyph* 를 대신 사용해야 합니다.

[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

매개 변수

glyphIndex
System.System.UIntPtr System.unativeint

반환

특성

적용 대상

GlyphAtIndex(nuint, Boolean)

개발자는 이 사용되지 않는 메서드 대신 M:UIKit.NSLayoutManager.GetGlyph* 를 사용해야 합니다.

[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

매개 변수

glyphIndex
System.System.UIntPtr System.unativeint
isValidIndex
Boolean

반환

특성

적용 대상