Vcl.Forms.TCustomForm.GetFormImage
Delphi
function GetFormImage: TBitmap;
C++
Vcl::Graphics::TBitmap* __fastcall GetFormImage();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | TCustomForm |
Description
Returns a bitmap of the form.
Use the GetFormImage method to obtain a bitmap of the form.
See Also
Code Examples