Class ImageHelper
Defines the image helper class.
Inheritance
System.Object
ImageHelper
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.Android.dll
Syntax
public static class ImageHelper : Object
Methods
ToUIImage(ImageMapStream)
Gets the UIImage for the given image map stream.
Declaration
public static Bitmap ToUIImage(this ImageMapStream image)
Parameters
| Type | Name | Description |
|---|---|---|
| ImageMapStream | image | The image map stream for which the UIImage is to be obtained. |
Returns
| Type | Description |
|---|---|
| Android.Graphics.Bitmap | The UIImage for the given image map stream. |