Enum ImageLockMode
Specifies flags that are used when a portion of an image is locked so that you can read or write the pixel data.
public enum ImageLockMode
Fields
ReadOnly = 1
Specifies that a portion of the image is locked for reading.
ReadWrite = 3
Specifies that a portion of the image is locked for reading or writing.
WriteOnly = 2
Specifies that a portion of the image is locked for writing.