menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ImageHelper - API Reference

    Show / Hide Table of Contents

    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.

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