Click or drag to resize
Ab4d.SharpEngine logo

SkiaSharpBitmapIOSaveBitmap Method

Overload List
 NameDescription
Public methodSaveBitmap(RawImageData, String) Save bitmap from the GpuImageData to the specified file.
Public methodSaveBitmap(RawImageData, Stream, String) Save bitmap from the GpuImageData to the specified fileStream.
Public methodSaveBitmap(RawImageData, Stream, SKEncodedImageFormat, Int32) Save bitmap from the GpuImageData to the specified fileStream and by using special file format options that are defied by the fileFormat and quality parameters.
Public methodSaveBitmap(RawImageData, String, SKEncodedImageFormat, Int32) Save bitmap from the GpuImageData to the specified file and by using special file format options that are defied by the fileFormat and quality parameters.
Top
See Also