 | SequenceGetSequenceInformation Method |
Gets basic sequence information.
Namespace:
LynceeTec.Imaging
Assembly:
LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntaxpublic static void GetSequenceInformation(
string path,
ref int width,
ref int height,
ref int imagesCount
)
public:
static void GetSequenceInformation(
String^ path,
int% width,
int% height,
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