![]() | |
Wpf |
The WpfBitmapIO type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CreateRawImageData | CreateRawImageData method takes the WPF's BitmapSource and returns a RawImageData. |
![]() ![]() | CreateWpfBitmap | CreateWpfBitmap method takes the RawImageData and returns the WPF BitmapSource. |
![]() | IsFileFormatExportSupported | Returns true when exporting a bitmap to the specified file format that is defined by the fileExtension is supported. |
![]() | IsFileFormatImportSupported | Returns true when importing a bitmap from the specified file format that is defined by the fileExtension is supported. |
![]() | IsStreamSupported | Returns true when methods that take Stream as parameter are supported. When false, then only methods that take fileName are supported. |
![]() | LoadBitmap(String) | Load bitmap into the GpuImageData struct |
![]() | LoadBitmap(Stream, String) | Load bitmap into the GpuImageData struct |
![]() | LoadBitmapImage | LoadBitmapImage methods loads the file with the specified file name and returns a WPF BitmapImage. |
![]() | SaveBitmap(RawImageData, String) | Save bitmap from the GpuImageData to the specified file. |
![]() | SaveBitmap(RawImageData, Stream, String) | Save bitmap from the GpuImageData to the specified fileStream. |