Class ImageHelper
Defines the image helper class.
Inheritance
System.Object
ImageHelper
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public static class ImageHelper : Object
Methods
ToUIImage(ImageMapStream)
Gets the UIImage for the given image map stream.
Declaration
public static UIImage 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 |
---|---|
UIKit.UIImage | The UIImage for the given image map stream. |