Image.ImageSaveDelegate Delegate
Namespace: Stride.GraphicsAssembly: Stride.dll
public delegate void ImageSaveDelegate(PixelBuffer[] pixelBuffers, int count, ImageDescription description, Stream imageStream);
Parameters
| Type | Name | Description |
|---|---|---|
| PixelBuffer[] | pixelBuffers | |
| System.Int32 | count | |
| ImageDescription | description | |
| System.IO.Stream | imageStream |