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 , 16 years ago
| Milestone: | → 3.3.1.6 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed by revision [5404] in version: 3.3.1.6