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