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

    Show / Hide Table of Contents

    Class ImageCollageOptions

    Inheritance
    System.Object
    ImageCollageOptions
    Namespace: MediaBrowser.Controller.Drawing
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public sealed class ImageCollageOptions

    Properties

    Height

    Gets or sets the height.

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

    The height.

    Images

    Gets or sets the input paths.

    Declaration
    public ItemImageInfo[] Images { get; set; }
    Property Value
    Type Description
    ItemImageInfo[]

    The input paths.

    OutputPath

    Gets or sets the output path.

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

    The output path.

    Width

    Gets or sets the width.

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

    The width.

    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.