Syntax

Result = dbGetPixelsPointer()
Description

This command in combination with dbLockPixels will return the pointer to the first pixel in the visual surface. You can use the indirect symbol to write and read using the value of this pointer. The indirect symbol is specified by placing a * character before the variable holding the pointer.

See Also

dbGetPixelsPitch, dbLockPixels, dbUnlockPixels