Functions
Previous Top Next

Function CaptureDesktop: TBitmap;
Description
To capture an image of the desktop (full screen).
Note: Optionally prompts the user to position the cursor when the ShowCursor property is true. The ShowCursor property is fully functional with this method.

Function SpeedCaptureDesktop: TBitmap;
Description
To quickly capture an image of the desktop (full screen) without flicker.
Note: The ShowCursor property is functional with this method, but the user is not prompted to position the cursor.

Function CaptureWholeDesktop: TBitmap;
Description
To capture all monitors simultaneously.

Function CaptureActiveWindow: TBitmap;
Description
To copy an image of the active window.

Function CaptureObject: TBitmap;
Description
To Copy an image of the selected object.

Function CaptureSelection: TBitmap;
Description
To capture an image of selected area.  Click the left mouse button and hold the left mouse button down and position the selection with the mouse by dragging a rectangle, then release the left mouse button to complete the capture.

Function CapturePolygon: TBitmap;
Description
To capture an image of selected polygon area.
 
Function CaptureLargeIcon: TBitmap;
Description
To capture an image of a 48x48 (icon size) area.
Function CaptureIcon: TBitmap;
Description
To capture an image of a 32x32 (icon size) area.   Position the selection with the mouse or keyboard arrowkeys, then press enter to complete the capture.
 
Function CaptureSmallIcon: TBitmap;
Description
To capture an image of a 16x16 (icon size) area.   Position the selection with the mouse or keyboard arrowkeys, then press enter to complete the capture.

Function CaptureSpecificSizeSelection: ( CaptureWidth: integer; CaptureHeight: integer ): TBitmap;
Description
To capture a rectangular image of a user specified area.   Position the selection with the mouse or keyboard arrowkeys, then press enter to complete the capture.

 
Helper Functions
function CaptureObjectByHWND ( const Handles: Integer ): TBitmap;
Description
Capture specific window by Handle.

function CaptureObjectByTControlp ( const tcontrolp: TControl ): TBitmap;
Description
Capture Specific Object by TControl

Copyright © 1986-2012 by Adirondack Software & Graphics