 | SequenceLoad Method (String, Int32, Int32, ValueType, IProgressSingle) |
Namespace:
LynceeTec.Imaging
Assembly:
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
- Type: SystemString
- startIndex
- Type: SystemInt32
- endIndex
- Type: SystemInt32
- cancel
- Type: SystemValueType
- progress
- Type: SystemIProgressSingle
Return Value
Type:
ListHologram
See Also