Save a screen portion to file
Namespace: Facilita.Fc.CitrixAssembly: fcCitrix (in fcCitrix.dll) Version: 9.5.7.98
Syntax
Parameters
- xPos
- Type: System Int32
The x co-ordinate of the top-left of the screen rectangle
- yPos
- Type: System Int32
The y co-ordinate of the top-left of the screen rectangle
- width
- Type: System Int32
The width of the screen rectangle.
- height
- Type: System Int32
The height of the screen rectangle.
- filePath
- Type: System String
An absolute path or a path relative to the runs folder which to save the bitmap. The file name must be included.
Return Value
The absolute path (including file name) where the screen portion should be saved.Remarks
\runs\<run>\<series>.<index>\<injector>\<platform>.<engine>.<index>\<vu_group<\VU<index<.images\iteration.<iteration_index>\<screenshot>.bmp
\runs\<run>\<series>.<index>\<injector>\<platform>.<engine>.<index>\<vu_group>\<my_folder>\VU<vu_index>.images\iteration.<iteration_index>\<screenshot>.bmp
See Also