'Declaration<System.Runtime.CompilerServices.ExtensionAttribute()> Public Shared Sub Save( _ ByVal BitmapImg As System.Windows.Media.Imaging.BitmapImage, _ ByVal OutputStream As System.IO.Stream, _ ByVal Format As System.String _ )
[System.Runtime.CompilerServices.Extension()] public static void Save( System.Windows.Media.Imaging.BitmapImage BitmapImg, System.IO.Stream OutputStream, System.string Format )
Parameters
- BitmapImg
- BitmapImage to save
- OutputStream
- Stream that holds the output image
- Format
- File format of the output image