What's
New in 4.02
· Added: Property MonitorNum: Integer
read fMonitorNum write fMonitorNum default -1;
· Added: Multi-Monitor support (Dual
monitors).
· Added: Function CaptureIcon: TBitmap;
(32x32 area)
· Added: Function
CaptureSpecificSizeSelection ( CaptureWidth: integer; CaptureHeight: integer
): TBitmap;(user prompt for dimensions)
· Added: Function CaptureWholeDesktop:
TBitmap;
· Added: Function CaptureObjectByHWND (
const Handles: Integer ): TBitmap;
· Added: Function
CaptureObjectByTControlp ( const tcontrolp: TControl ):
· Added: Property ObjectLeft: Integer
read fObjectLeft write fObjectLeft default 0;
· Added: Property ObjectTop: Integer read
fObjectTop write fObjectTop default 0;
· Added: Property ObjectWidth: Integer
read fObjectWidth write fObjectWidth default 0;
· Added: Property ObjectHeight: Integer
read fObjectHeight write fObjectHeight default 0;
· Added: {$DEFINE
BypassInteractiveDesktopCursorCapture} option.
This
change set at component compile time toggles the Interactive Desktop Cursor
Capture Prompt. If defined the user is not prompted to position the
mouse.
· Modified: Bitmap exposed for all
functions
· Bug Fix: to position cursor in output image if
ShowCursor property is true. The problem was caused by not allowing for
the hotspot info, which should be subtracted from the cursor
position.
· Bug Fix: Cursor capture from active
window.
· Bug Fix: Demos minor errors.
· Bug Fix: CaptureRect appeared on the wrong
monitor
· Bug Fix: Runtime error in the marching ants
routine
Copyright © 1986-2012 by Adirondack Software &
Graphics