NSLayoutManager.GlyphAtIndex 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
返回
- 属性