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.
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
| Name | Description | |
|---|---|---|
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
- Documented in Graphics/GdiPlus Flat Api/GdiPlus Enumerations.md
- Topic: GdiPlus Enumerations