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