3.2.48 EMR_SETPOLYFILLMODE Example 2

This section provides an example of the EMF EMR_SETPOLYFILLMODE record ([MS-EMF] section 2.3.11.22).

 00000700: 13 00 00 00 0C 00 00 00 01 00 00 00


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 (0x00000013)

Size (0x0000000C)

PolygonFillMode (0x00000001)

Type (4 bytes): 0x00000013 identifies the record type as EMR_SETPOLYFILLMODE.

Size (4 bytes): 0x0000000C specifies the size of this record in bytes.

PolygonFillMode (4 bytes): 0x00000001 specifies ALTERNATE polygon fill mode. This value is defined in the EMF PolygonFillMode enumeration ([MS-EMF] section 2.1.27).