NImageSourceData Structure Members
In This Topic
The following tables list the members exposed by NImageSourceData.
Public Constructors
Public Fields
| Name | Description |
| EncodedData | A byte array containing image data in encoded form. Must be null if the image source doesn't natively store encoded data. |
| FrameIndex | Index of the selected frame from the encoded image (in case of image with multiple frames). |
| Raster | A raster containing decoded image data. Must be null if the image source doesn't natively store decoded data. |
Top
See Also