Bitmap property (Screen Control)

C++ Builder example

Delphi 4.0 Example

 

Builder Syntax

Ltvcltyp::TBitmapHandle Bitmap

Delphi Syntax

Bitmap : TBitmapHandle

Overview

Refer to Implementing Screen Capture

Remarks

A general property used by a number of methods, it is the handle to a LEAD bitmap. When assigning from the Main Bitmap property to this property, a reference to the source bitmap is created. A copy is NOT made. To remove the reference, assign a value of 0. If you assign from this property to a Main Control, a copy of the image will be made in the target Main Control. Note that the RefBitmap property in the Main control should be set to False before assigning from this property to Main Control.

See Also

Elements:

CaptureActiveClient method, CaptureActiveWindow method, CaptureArea method, CaptureFullScreen method, CaptureMenuUnderCursor method, CaptureWindowUnderCursor method, CaptureWallPaper, CaptureSelectedObject method, CaptureMouseCursor method, CaptureEXE method, CaptureEXEDlg method