NSLayoutManager.GetGlyph 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
GetGlyph(nuint) |
Recupera o glifo em . |
GetGlyph(nuint, Boolean) |
Recupera o glifo como , configurando como |
GetGlyph(nuint)
Recupera o glifo em .
[Foundation.Export("CGGlyphAtIndex:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual ushort GetGlyph (nuint glyphIndex);
abstract member GetGlyph : nuint -> uint16
override this.GetGlyph : nuint -> uint16
Parâmetros
- glyphIndex
- System.System.UIntPtr System.unativeint
Retornos
- Atributos
Comentários
Chamar esse método gera todos os glifos até e incluindo o glifo em .
Aplica-se a
GetGlyph(nuint, Boolean)
Recupera o glifo como , configurando como true
se o índice for válido.
[Foundation.Export("CGGlyphAtIndex:isValidIndex:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual ushort GetGlyph (nuint glyphIndex, ref bool isValidIndex);
abstract member GetGlyph : nuint * -> uint16
override this.GetGlyph : nuint * -> uint16
Parâmetros
- glyphIndex
- System.System.UIntPtr System.unativeint
- isValidIndex
- Boolean
Retornos
- Atributos