NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Bitmap.LockBits

[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;

Parameters

rect
[To be supplied.]
flags
[To be supplied.]
format
[To be supplied.]

See Also

Bitmap Class | Bitmap Members | System.Drawing Namespace