CGContext.ShowGlyphs 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
ShowGlyphs(UInt16[]) |
Esse método foi preterido em favor de N:CoreText. |
ShowGlyphs(UInt16[], Int32) |
Esse método foi preterido em favor de N:CoreText. |
ShowGlyphs(UInt16[])
Esse método foi preterido em favor de N:CoreText.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'CoreText' API instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.None, "Use the 'CoreText' API instead.")]
public void ShowGlyphs (ushort[] glyphs);
member this.ShowGlyphs : uint16[] -> unit
Parâmetros
- glyphs
- UInt16[]
- Atributos
Aplica-se a
ShowGlyphs(UInt16[], Int32)
Esse método foi preterido em favor de N:CoreText.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'CoreText' API instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.None, "Use the 'CoreText' API instead.")]
public void ShowGlyphs (ushort[] glyphs, int count);
member this.ShowGlyphs : uint16[] * int -> unit
Parâmetros
- glyphs
- UInt16[]
- count
- Int32
- Atributos