﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1304	_GDIPlus_BitmapLockBits() input parameters are incorrect	QED	Valik	"{{{
#Include <GDIPlus.au3>
_GDIPlus_BitmapLockBits($hBitmap, $iLeft, $iTop, $iRight, $iBottom[, $iFlags = 1[, $iFormat = 0x00022009]])
}}}

According to the help file, $iRight and $iBottom refer to the lower right x,y coordinate of the rectangle to be locked.

This is incorrect. In practice $iRight is actually the WIDTH and $iBottom is actually the HEIGHT of the rectangle to be locked."	Bug	closed	3.3.1.6	Documentation	3.3.1.5	None	Fixed	_GDIPlus_BitmapLockBits()	
