[To be supplied.]
[Visual Basic] Public Function LockBits( _ ByVal rect As Rectangle, _ ByVal flags As ImageLockMode, _ ByVal format As PixelFormat _ ) As BitmapData [C#] public BitmapData LockBits( Rectangle rect, ImageLockMode flags, PixelFormat format ); [C++] public: BitmapData* LockBits( Rectangle rect, ImageLockMode flags, PixelFormat format ); [JScript] public function LockBits( rect : Rectangle, flags : ImageLockMode, format : PixelFormat ) : BitmapData;