|
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; }
Public ReadOnly Default Property Item (
name As String
) As Bitmap
Get
Request Example
View SourceParameters
- name
- Type: SystemString
The standard image name. For a list of all possible names, see ImageNames.
Property Value
Type:
BitmapSee Also