Syntax

dbLockPixels()
Description

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

See Also

dbGetPixelsPitch, dbGetPixelsPointer, dbUnlockPixels