menu

Class ImageHelper - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

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