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

    Show / Hide Table of Contents

    Interface ISupportsImageData

    Namespace: MediaBrowser.Controller.Drawing
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public interface ISupportsImageData

    Properties

    Name

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String

    SupportedImageDataFormats

    Declaration
    string[] SupportedImageDataFormats { get; }
    Property Value
    Type Description
    System.String[]

    Methods

    GetImageData(String)

    Declaration
    ImageData GetImageData(string path)
    Parameters
    Type Name Description
    System.String path
    Returns
    Type Description
    ImageData

    GetImageSize(String)

    Declaration
    (ImageSize, ImageOrientation? ) GetImageSize(string path)
    Parameters
    Type Name Description
    System.String path
    Returns
    Type Description
    System.ValueTuple<ImageSize, System.Nullable<ImageOrientation>>

    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.