menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Imagehelper - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved