Class BmpDecoder

Definition

Namespace:
Tizen.Multimedia.Util
Assembly:
Tizen.Multimedia.Util.dll
API Level:
4

Provides the ability to decode Bitmap (BMP) encoded images.

C#
Copy
public class BmpDecoder : ImageDecoder, IDisposable
Inheritance
BmpDecoder
Implements
System.IDisposable

Constructors

View Source

BmpDecoder()

Initializes a new instance of the BmpDecoder class.

Declaration
C#
Copy
public BmpDecoder()
Remarks

InputFormat will be the Bmp.

API Level: 4

Implements

System.IDisposable