Method function VLSnapshot.TVLSnapshot.TakeSnapshot() : Boolean
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TVLSnapshot
Contents |
Syntax
Delphi:
function TakeSnapshot() : Boolean;
C++ Builder:
bool __fastcall TakeSnapshot();
Visual C++ (MFC):
bool TakeSnapshot();
Summary
Requests taking a Snapshot.
Description
Call this method to requests taking a Snapshot of the data by the component.
The snapshot will be taken as soon as there is frame available.
Delphi example:
VLSnapshot1.TakeSnapshot;
C++ Builder example:
VLSnapshot1->TakeSnapshot();
Visual C++(MFC) example:
VLSnapshot1.TakeSnapshot();
C# example:
snapshot1.TakeSnapshot();