CaptureSelectedObject method (Screen Control)
Builder Syntax |
Int __fastcall CaptureSelectedObject(void); |
Delphi Syntax |
function CaptureSelectedObject: Integer; |
Overview |
Refer to Implementing Screen Capture. |
Remarks
Captures the currently selected window's object to the control's bitmap. Objects can be buttons, client areas, toolbars, controls, scrollbars, etc. Capture is performed using the hot key. By default, the hot key is F11. The object is then selected by clicking the left mouse button.
Note: You must call StopCapture if a capture operation has been started (for example, waiting for a hot key to be pressed) before you allow your main window/application to terminate.
See Also