Modify

Opened 16 years ago

Closed 16 years ago

#1304 closed Bug (Fixed)

_GDIPlus_BitmapLockBits() input parameters are incorrect

Reported by: QED Owned by: Valik
Milestone: 3.3.1.6 Component: Documentation
Version: 3.3.1.5 Severity: None
Keywords: _GDIPlus_BitmapLockBits() Cc:

Description

#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.

Attachments (0)

Change History (1)

comment:1 by Valik, 16 years ago

Milestone: 3.3.1.6
Owner: set to Valik
Resolution: Fixed
Status: newclosed

Fixed by revision [5404] in version: 3.3.1.6

Modify Ticket

Action
as closed The owner will remain Valik.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.