Skip to content

GetLastFrameAsTBitmap

function

Delphi
function GetLastFrameAsTBitmap (BufferIndex: LongInt; WithOverlays: Boolean; SrcLeftLocation: LongInt; SrcTopLocation: LongInt; SrcWidth: LongInt; SrcHeight: LongInt; DestWidth: LongInt; DestHeight: LongInt; BitmapColorBitCount: LongInt): TBitmap;
C++Builder
Vcl::Graphics::TBitmap* __fastcall GetLastFrameAsTBitmap(System::LongInt BufferIndex, bool WithOverlays, System::LongInt SrcLeftLocation, System::LongInt SrcTopLocation, System::LongInt SrcWidth, System::LongInt SrcHeight, System::LongInt DestWidth, System::LongInt DestHeight, System::LongInt BitmapColorBitCount);

Returns a copy of the last video frame as a Delphi or C++Builder TBitmap (not available in the DLL and OCX versions).

See GetLastFrameAsHBitmap for the description of the parameters (it has exactly the same parameters).