Class BmpDecoder
Definition
- Namespace:
- Tizen.Multimedia.Util
- Assembly:
- Tizen.Multimedia.Util.dll
Provides the ability to decode Bitmap (BMP) encoded images.
public class BmpDecoder : ImageDecoder, IDisposable
- Inheritance
- Implements
-
System.IDisposable
Constructors
View SourceBmpDecoder()
Initializes a new instance of the BmpDecoder class.
Declaration
public BmpDecoder()
Remarks
InputFormat will be the Bmp.
Implements
System.IDisposable