Click or drag to resize

SequenceGetSequenceInformation Method

Gets basic sequence information.

Namespace:  LynceeTec.Imaging
Assembly:  LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntax
public static void GetSequenceInformation(
	string path,
	ref int width,
	ref int height,
	ref int imagesCount
)

Parameters

path
Type: SystemString
The path to an existing sequence
width
Type: SystemInt32
The width of the stored images
height
Type: SystemInt32
The height of the stored images
imagesCount
Type: SystemInt32
The number of stored images
See Also