2.3.2.3 EMR_INTERSECTCLIPRECT Record

The EMR_INTERSECTCLIPRECT record specifies a new clipping region from the intersection of the current clipping region and the specified rectangle.

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_INTERSECTCLIPRECT. This value is 0x0000001E.

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

The lower and right edges of the specified rectangle are excluded from the clipping region.

See section 2.3.2 for more clipping record types.