Syntax

Result = dbGetPixelsPitch()
Description

This command in combination with dbLockPixels will return the pitch in bytes of the visual surface you have locked. A pitch is the number of bytes you must skip to get to the next physical line of pixels in a visual surface.

See Also

dbGetPixelsPointer, dbLockPixels, dbUnlockPixels