|
TestImagesGetImage Method
|
Gets the example image.
Namespace:
Accord.DataSets
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public Bitmap GetImage(
string name
)
Public Function GetImage (
name As String
) As Bitmap
Request Example
View SourceParameters
- name
- Type: SystemString
The standard image name. For a list of all possible names, see ImageNames.
Return Value
Type:
BitmapSee Also