Class ImageInfo
Definition
- Namespace:
- Tizen.Content.MediaContent
- Assembly:
- Tizen.Content.MediaContent.dll
Represents the image media stored in the device.
public class ImageInfo : MediaInfo
- Inheritance
Properties
View SourceDateTaken
Gets the date of the creation time as a formatted string.
Declaration
public string DateTaken { get; }
Property Value
| Type | Description |
|---|---|
| string | The date of the creation time as a formatted string. |
Height
Gets the image height in pixels.
Declaration
public int Height { get; }
Property Value
| Type | Description |
|---|---|
| int | The image height in pixels. |
Orientation
Gets the orientation of image.
Declaration
public Orientation Orientation { get; }
Property Value
| Type | Description |
|---|---|
| Orientation | The orientation of image. |
Width
Gets the image width in pixels.
Declaration
public int Width { get; }
Property Value
| Type | Description |
|---|---|
| int | The image width in pixels. |