Class ImageMapStream
Bitmap class.
Inheritance
System.Object
ImageMapStream
Namespace: Syncfusion.SfDataGrid.XForms
Assembly: Syncfusion.SfDataGrid.XForms.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 | Data. |
Properties
ImageData
Gets or sets the image data.
Declaration
public byte[] ImageData { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Byte[] | The image data. |