Class Imagehelper
Represents a class that contains methods for image convertions.
Inheritance
System.Object
Imagehelper
Namespace: Syncfusion.SfDataGrid.XForms
Assembly: Syncfusion.SfDataGrid.XForms.dll
Syntax
public static class Imagehelper : Object
Methods
ToUIImage(ImageMapStream)
Returns the image of type Xamarin.Forms.Image for the passed image of type ImageMapStream.
Declaration
public static Image ToUIImage(this ImageMapStream image)
Parameters
Type | Name | Description |
---|---|---|
ImageMapStream | image | Image of type ImageMapStream. |
Returns
Type | Description |
---|---|
Xamarin.Forms.Image | Returns the ImageMapStream type. |