﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2305	_ScreenCapture_Capture() - Width & Heigth wrong	KaFu	guinness	"Local $iW = ($iRight - $iLeft) + 1
Local $iH = ($iBottom - $iTop) + 1

should be

Local $iW = ($iRight - $iLeft)
Local $iH = ($iBottom - $iTop)

I don't see the necessity for the +1, makes all my captures 1px too large."	Bug	closed	3.3.9.5	Standard UDFs	3.3.8.1	None	Fixed		
