Click or drag to resize

SequenceLoad Method (String, Int32, Int32, ValueType, IProgressSingle)

Namespace:  LynceeTec.Imaging
Assembly:  LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntax
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