Xamarin.iOS

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ImageMapStream

    Show / Hide Table of Contents

    Class ImageMapStream

    Defines the BitMap class.

    Inheritance
    System.Object
    ImageMapStream
    Namespace: Syncfusion.iOS.PopupLayout
    Assembly: Syncfusion.SfPopupLayout.iOS.dll
    Syntax
    public class ImageMapStream : Object

    Constructors

    ImageMapStream()

    Initializes a new instance of the ImageMapStream class.

    Declaration
    public ImageMapStream()

    ImageMapStream(Byte[])

    Initializes a new instance of the ImageMapStream class.

    Declaration
    public ImageMapStream(byte[] data)
    Parameters
    Type Name Description
    System.Byte[] data

    The image data.

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