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. |