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
戻り値
- 属性