 | SequenceGetSequenceInformation Method |
Gets basic sequence information.
Namespace: LynceeTec.ImagingAssembly: 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 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