CGContext.ShowTextAtPoint Method

Definition

Overloads

ShowTextAtPoint(nfloat, nfloat, Byte[])
ShowTextAtPoint(nfloat, nfloat, String)
ShowTextAtPoint(nfloat, nfloat, Byte[], Int32)
ShowTextAtPoint(nfloat, nfloat, String, Int32)

ShowTextAtPoint(nfloat, nfloat, Byte[])

public void ShowTextAtPoint (nfloat x, nfloat y, byte[] bytes);
member this.ShowTextAtPoint : nfloat * nfloat * byte[] -> unit

Parameters

x
nfloat
y
nfloat
bytes
Byte[]

Applies to

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

Parameters

x
nfloat
y
nfloat
str
String
Attributes

Applies to

ShowTextAtPoint(nfloat, nfloat, Byte[], Int32)

public void ShowTextAtPoint (nfloat x, nfloat y, byte[] bytes, int length);
member this.ShowTextAtPoint : nfloat * nfloat * byte[] * int -> unit

Parameters

x
nfloat
y
nfloat
bytes
Byte[]
length
Int32

Applies to

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

Parameters

x
nfloat
y
nfloat
str
String
length
Int32
Attributes

Applies to