PixelMapMode enumeration

PixelMapMode enumeration

The PixelMapMode type exposes the following members:

Fields

FieldDescription
READ_ONLYThe pixels are mapped only for reading.
READ_WRITEThe pixels are mapped for both reading and writing.
WRITE_ONLYThe pixels are mapped only for writing.

See Also