2.3.5.36 EMR_SETPIXELV Record

The EMR_SETPIXELV record defines the color of the pixel at the specified logical coordinates.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

Type

Size

Pixel

...

Color

Type (4 bytes): An unsigned integer that identifies this record type as EMR_SETPIXELV. This value is 0x0000000F.

Size (4 bytes): An unsigned integer that specifies the size of this record in bytes.

Pixel (8 bytes): A PointL object ([MS-WMF] section 2.2.2.15) that specifies the logical coordinates for the pixel.

Color (4 bytes): A 32-bit ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the pixel color.

See section 2.3.5 for more drawing record types.