C# Class ImageWizard.ImageFormats.PngFormat

Inheritance: IImageFormat
Show file Open project: usercode/ImageWizard

Public Methods

Method Description
SaveImage ( SKBitmap image, Stream stream ) : void

Method Details

SaveImage() public method

public SaveImage ( SKBitmap image, Stream stream ) : void
image SKBitmap
stream Stream
return void