TFrameCaptureDest
TFrameCaptureDest = (fc_TBitmap, fc_BmpFile, fc_JpegFile, fc_Clipboard, fc_TiffFile, fc_PngFile);
Type used by the BurstType property and CaptureFrameTo function.
() in both cases the OnFrameCaptureCompleted event occurs and returns also the file name of the file created. The file name generated depends of the AutoFilePrefix and AutoFileName properties.
| Value | Description |
|---|---|
fc_TBitmap |
the frame will be captured to a memory bitmap (TBitmap in Delphi / C++Builder, HBitmap handle in the OCX versions) and returned by the OnFrameCaptureCompleted event |
fc_BmpFile |
the frame will be saved to a Bmp file, () |
fc_JpegFile |
the frame will be saved to a Jpeg file, () |
fc_Clipboard |
the frame will be saved in the clipboard in CF_BITMAP format, it can be pasted from another application |
fc_TiffFile |
|
fc_PngFile |