NSLayoutManager.GlyphAtIndex Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GlyphAtIndex(nuint) |
Os desenvolvedores não devem usar esse método preterido. Os desenvolvedores devem usar M:UIKit.NSLayoutManager.GetGlyph* em vez disso. |
GlyphAtIndex(nuint, Boolean) |
Os desenvolvedores devem usar M:UIKit.NSLayoutManager.GetGlyph* em vez desse método preterido. |
GlyphAtIndex(nuint)
Os desenvolvedores não devem usar esse método preterido. Os desenvolvedores devem usar M:UIKit.NSLayoutManager.GetGlyph* em vez disso.
[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
Parâmetros
- glyphIndex
- System.System.UIntPtr System.unativeint
Retornos
- Atributos
Aplica-se a
GlyphAtIndex(nuint, Boolean)
Os desenvolvedores devem usar M:UIKit.NSLayoutManager.GetGlyph* em vez desse método preterido.
[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
Parâmetros
- glyphIndex
- System.System.UIntPtr System.unativeint
- isValidIndex
- Boolean
Retornos
- Atributos