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#Copypublic class BitmapFrame
- Inheritance
-
System.ObjectBitmapFrame
Properties
Declaration
C#Copypublic byte[] Buffer { get; }
Property Value
Type | Description |
---|---|
Byte[] |
API Level: 4
Declaration
C#Copypublic Size Size { get; }
Property Value
Type | Description |
---|---|
Size |