Class BitmapFrame
Definition
- Namespace:
- Tizen.Multimedia.Util
- Assembly:
- Tizen.Multimedia.Util.dll
- API Level:
- 4
Represents the image data returned by a decoder class.
public class BitmapFrame
- Inheritance
-
BitmapFrame
Properties
View SourceBuffer
Gets the raw image data.
Declaration
public byte[] Buffer { get; }
Property Value
Type | Description |
---|---|
Byte[] |
API Level: 4
View SourceSize
Gets the size of the image.
Declaration
public Size Size { get; }
Property Value
Type | Description |
---|---|
Size |