Class ItemImageInfo
Inheritance
System.Object
ItemImageInfo
Assembly: MediaBrowser.Controller.dll
public sealed class ItemImageInfo
Constructors
Declaration
Declaration
public ItemImageInfo(ItemImageInfo clone)
Parameters
Properties
Gets or sets the date modified.
Declaration
public DateTimeOffset DateModified { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
The date modified.
|
Declaration
public int Height { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[IgnoreDataMember]
public bool IsLocalFile { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public ImageOrientation? Orientation { get; set; }
Property Value
Declaration
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
The path.
|
Declaration
public ImageType Type { get; set; }
Property Value
Declaration
public int Width { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
public double GetDisplayAspectRatio()
Returns
Type |
Description |
System.Double |
|
Declaration
public static double GetDisplayAspectRatio(ImageSize size, ImageOrientation? orientation)
Parameters
Returns
Type |
Description |
System.Double |
|
Declaration
public void Reset(FileSystemMetadata file)
Parameters
Extension Methods