Click or drag to resize
Accord.NET (logo)

TestImagesItem Property

Gets the example Bitmap with the specified name.

Namespace:  Accord.DataSets
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public Bitmap this[
	string name
] { get; }
Request Example View Source

Parameters

name
Type: SystemString
The standard image name. For a list of all possible names, see ImageNames.

Property Value

Type: Bitmap
See Also