Help Center

ImageLockModefunction

Specifies flags that are passed to the flags parameter of the **GdipBitmapLockBits** function. The GdipBitmapLockBits function locks a portion of an image so that you can read or write the pixel data.

Graphicsfunctiondoc-orphan
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.

Parameters

NameDescription
ImageLockModeRead&h0001
ImageLockModeWrite&h0002
ImageLockModeUserInputBuf&h0004

Description

Specifies flags that are passed to the flags parameter of the GdipBitmapLockBits function. The GdipBitmapLockBits function locks a portion of an image so that you can read or write the pixel data.

Reference