Class BitmapFrame

Definition

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

Represents the image data returned by a decoder class.

C#
Copy
public class BitmapFrame
Inheritance
BitmapFrame

Properties

View Source

Buffer

Gets the raw image data.

Declaration
C#
Copy
public byte[] Buffer { get; }
Property Value
Type Description
System.Byte[]
API Level: 4
View Source

Size

Gets the size of the image.

Declaration
C#
Copy
public Size Size { get; }
Property Value
Type Description
Size
API Level: 4