Modify

Opened 14 years ago

Closed 14 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 Changed 14 years ago by Valik

  • Milestone set to 3.3.1.6
  • Owner set to Valik
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed by revision [5404] in version: 3.3.1.6

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain Valik.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.