Ctor.
Namespace: VideoDVRAssembly: VideoDVR (in VideoDVR.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public ImageFolderSource( string path ) |
| Visual Basic |
|---|
Public Sub New ( _ path As String _ ) |
| Visual C++ |
|---|
public: ImageFolderSource( String^ path ) |
Parameters
- path
- Type: System..::..String
The path to the image folder. Must contain either jpg or png files.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | If the directory is invalid. |
| System.IO..::..FileNotFoundException | If there are no image files. |