Class ImageMapStream
Defines the BitMap class.
Inheritance
System.Object
ImageMapStream
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.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. |