[]
Represents the data stream from which the image can be loaded and the format of the image.
public struct ImageData
Name | Description |
---|---|
ImageData(MemoryStream, ImageFormat) | Initializes an instance of ImageData structure. |
Name | Description |
---|---|
ImageFormat | The image format field. |
MemoryStream | The memory stream field. |