CGContext.ShowGlyphsAtPoint 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
ShowGlyphsAtPoint(nfloat, nfloat, UInt16[]) | |
ShowGlyphsAtPoint(nfloat, nfloat, UInt16[], Int32) |
ShowGlyphsAtPoint(nfloat, nfloat, UInt16[])
[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 ShowGlyphsAtPoint (nfloat x, nfloat y, ushort[] glyphs);
member this.ShowGlyphsAtPoint : nfloat * nfloat * uint16[] -> unit
Parâmetros
- x
- nfloat
- y
- nfloat
- glyphs
- UInt16[]
- Atributos
Aplica-se a
ShowGlyphsAtPoint(nfloat, nfloat, UInt16[], Int32)
[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 ShowGlyphsAtPoint (nfloat x, nfloat y, ushort[] glyphs, int count);
member this.ShowGlyphsAtPoint : nfloat * nfloat * uint16[] * int -> unit
Parâmetros
- x
- nfloat
- y
- nfloat
- glyphs
- UInt16[]
- count
- Int32
- Atributos