 | SequenceLoad(String, Int32, Int32, ValueType, IProgressSingle) Method |
Namespace: LynceeTec.ImagingAssembly: LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntaxpublic static List<Hologram> Load(
string path,
int startIndex,
int endIndex,
ValueType cancel,
IProgress<float> progress
)
public:
static List<Hologram^>^ Load(
String^ path,
int startIndex,
int endIndex,
ValueType^ cancel,
IProgress<float>^ progress
)
Parameters
- path String
-
- startIndex Int32
-
- endIndex Int32
-
- cancel ValueType
-
- progress IProgressSingle
-
Return Value
ListHologram
See Also