Click or drag to resize

InvertPicture(String, IEnumerableInvertPicTitle) Constructor

Initializes a new instance of the InvertPicture class

Namespace: Orthogonal.Hoarder.StdLib.DTO
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public InvertPicture(
	string blobName,
	IEnumerable<InvertPicTitle> titles
)

Parameters

blobName  String

[Missing <param name="blobName"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.InvertPicture.#ctor(System.String,System.Collections.Generic.IEnumerable{Orthogonal.Hoarder.StdLib.DTO.InvertPicTitle})"]

titles  IEnumerableInvertPicTitle

[Missing <param name="titles"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.InvertPicture.#ctor(System.String,System.Collections.Generic.IEnumerable{Orthogonal.Hoarder.StdLib.DTO.InvertPicTitle})"]

See Also