Syntax
dbLockPixels()Description
See AlsoThis command will lock the current bitmap for faster reading and writing of visual data. Rather than use dbDot and dbPoint to manipulate pixel data, use this command in combination with dbGetPixelsPointer to write directly to the memory storing the visual data.