2.3.2.1 EMR_EXCLUDECLIPRECT Record

The EMR_EXCLUDECLIPRECT record excludes the specified rectangle from the current clipping region.

Fields not specified in this section are specified in section 2.3.2.


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

Clip

...

...

...

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

Clip (16 bytes): A RectL object ([MS-WMF] section 2.2.2.19) that specifies a rectangle in logical units.

The result of the intersection is saved as the new current clipping region. The lower and right edges of the specified rectangle MUST NOT be excluded from clipping.

See section 2.3.2 for more clipping record types.