Class PngDecoder

Definition

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

Provides the ability to decode the Portable Network Graphics (PNG) encoded images.

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

Constructors

View Source

PngDecoder()

Initializes a new instance of the PngDecoder class.

Declaration
C#
Copy
public PngDecoder()
Remarks

InputFormat will be the Png.

API Level: 4

Implements

System.IDisposable