Class RadImageUtils
Inheritance
System.Object
RadImageUtils
Namespace: Telerik.XamarinForms.Common
Assembly: Telerik.XamarinForms.Common.dll
Syntax
public static class RadImageUtils : Object
Methods
GetImageAsync(View)
Declaration
public static Task<byte[]> GetImageAsync(this View view)
Parameters
Xamarin.Forms.View
view
|
Returns
System.Threading.Tasks.Task<System.Byte[]>
|
GetImageAsync(View, out Exception)
Declaration
public static Task<byte[]> GetImageAsync(this View view, out Exception exception)
Parameters
Xamarin.Forms.View
view
|
System.Exception
exception
|
Returns
System.Threading.Tasks.Task<System.Byte[]>
|