Class BmpDecoder

Definition

Namespace:
Tizen.Multimedia.Util
Assembly:
Tizen.Multimedia.Util.dll

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

C#
Copy
public class BmpDecoder : ImageDecoder, IDisposable
Inheritance
object
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.

Implements

System.IDisposable