Class BmpEncoder

Definition

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

Provides the ability to encode the Bitmap (BMP) format images.

C#
Copy
public class BmpEncoder : ImageEncoder, IDisposable
Inheritance
System.Object
BmpEncoder
Implements
System.IDisposable

Constructors

View Source

BmpEncoder()

Initializes a new instance of the BmpEncoder class.

Declaration
C#
Copy
public BmpEncoder()
Remarks

OutputFormat will be the Bmp.

API Level: 4

Implements

System.IDisposable