CGContext.ShowText Method

Definition

Overloads

ShowText(String, Int32)

This method has been deprecated in favor of N:CoreText.

ShowText(Byte[], Int32)

This method has been deprecated in favor of N:CoreText.

ShowText(Byte[])

This method has been deprecated in favor of N:CoreText.

ShowText(String)

This method has been deprecated in favor of N:CoreText.

ShowText(String, Int32)

This method has been deprecated in favor of 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 ShowText (string str, int count);
member this.ShowText : string * int -> unit

Parameters

str
String
count
Int32
Attributes

Applies to

ShowText(Byte[], Int32)

This method has been deprecated in favor of 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 ShowText (byte[] bytes, int count);
member this.ShowText : byte[] * int -> unit

Parameters

bytes
Byte[]
count
Int32
Attributes

Applies to

ShowText(Byte[])

This method has been deprecated in favor of 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 ShowText (byte[] bytes);
member this.ShowText : byte[] -> unit

Parameters

bytes
Byte[]
Attributes

Applies to

ShowText(String)

This method has been deprecated in favor of 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 ShowText (string str);
member this.ShowText : string -> unit

Parameters

str
String
Attributes

Applies to