Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ItemImageInfo

    Inheritance
    System.Object
    ItemImageInfo
    Namespace: MediaBrowser.Controller.Entities
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public sealed class ItemImageInfo

    Constructors

    ItemImageInfo()

    Declaration
    public ItemImageInfo()

    ItemImageInfo(ItemImageInfo)

    Declaration
    public ItemImageInfo(ItemImageInfo clone)
    Parameters
    Type Name Description
    ItemImageInfo clone

    Properties

    DateModified

    Gets or sets the date modified.

    Declaration
    public DateTimeOffset DateModified { get; set; }
    Property Value
    Type Description
    System.DateTimeOffset

    The date modified.

    Height

    Declaration
    public int Height { get; set; }
    Property Value
    Type Description
    System.Int32

    IsLocalFile

    Declaration
    [IgnoreDataMember]
    public bool IsLocalFile { get; }
    Property Value
    Type Description
    System.Boolean

    Orientation

    Declaration
    public ImageOrientation? Orientation { get; set; }
    Property Value
    Type Description
    System.Nullable<ImageOrientation>

    Path

    Gets or sets the path.

    Declaration
    public string Path { get; set; }
    Property Value
    Type Description
    System.String

    The path.

    Type

    Gets or sets the type.

    Declaration
    public ImageType Type { get; set; }
    Property Value
    Type Description
    ImageType

    The type.

    Width

    Declaration
    public int Width { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    GetDisplayAspectRatio()

    Declaration
    public double GetDisplayAspectRatio()
    Returns
    Type Description
    System.Double

    GetDisplayAspectRatio(ImageSize, Nullable<ImageOrientation>)

    Declaration
    public static double GetDisplayAspectRatio(ImageSize size, ImageOrientation? orientation)
    Parameters
    Type Name Description
    ImageSize size
    System.Nullable<ImageOrientation> orientation
    Returns
    Type Description
    System.Double

    Reset(FileSystemMetadata)

    Declaration
    public void Reset(FileSystemMetadata file)
    Parameters
    Type Name Description
    FileSystemMetadata file

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.