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  String
The path to an existing sequence
width  Int32
The width of the stored images
height  Int32
The height of the stored images
imagesCount  Int32
The number of stored images
See Also