BitmapLockBits Method

Locks the pixels in the bitmap and returns them as a pointer in memory. This call should be matched by a call to UnlockBits.

 

Namespace:  WebSupergoo.WordGlue4.Rendering
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public BitmapData LockBits()

Return Value

Type: BitmapData
A BitmapData structure detailing the location of the pixels in memory.
See Also