CGContext.ShowTextAtPoint Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
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
Параметры
- x
- nfloat
- y
- nfloat
- str
- String
- Атрибуты
Применяется к
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
Параметры
- x
- nfloat
- y
- nfloat
- str
- String
- length
- Int32
- Атрибуты