CGContext.ShowTextAtPoint Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ShowTextAtPoint(nfloat, nfloat, Byte[]) | |
ShowTextAtPoint(nfloat, nfloat, String) | |
ShowTextAtPoint(nfloat, nfloat, Byte[], Int32) | |
ShowTextAtPoint(nfloat, nfloat, String, Int32) |
ShowTextAtPoint(nfloat, nfloat, Byte[])
ShowTextAtPoint(nfloat, nfloat, String)
[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 ShowTextAtPoint (nfloat x, nfloat y, string str);
member this.ShowTextAtPoint : nfloat * nfloat * string -> unit
Paramètres
- x
- nfloat
- y
- nfloat
- str
- String
- Attributs
S’applique à
ShowTextAtPoint(nfloat, nfloat, Byte[], Int32)
ShowTextAtPoint(nfloat, nfloat, String, 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 ShowTextAtPoint (nfloat x, nfloat y, string str, int length);
member this.ShowTextAtPoint : nfloat * nfloat * string * int -> unit
Paramètres
- x
- nfloat
- y
- nfloat
- str
- String
- length
- Int32
- Attributs