2.3.5.13 META_SCALEWINDOWEXT Record

The META_SCALEWINDOWEXT Record scales the horizontal and vertical extents of the output window that is defined in the playback device context by using the ratios formed by specified multiplicands and divisors.


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

RecordSize

RecordFunction

yDenom

yNum

xDenom

xNum

RecordSize (4 bytes):  A 32-bit unsigned integer that defines the number of WORD structures, defined in [MS-DTYP] section 2.2.61, in the WMF record.

RecordFunction (2 bytes): A 16-bit unsigned integer that defines this WMF record type. The lower byte MUST match the lower byte of the RecordType Enumeration (section 2.1.1.1) table value META_SCALEWINDOWEXT.

yDenom (2 bytes): A 16-bit signed integer that defines the amount by which to divide the result of multiplying the current y-extent by the value of the yNum member.

yNum (2 bytes): A 16-bit signed integer that defines the amount by which to multiply the current y-extent.

xDenom (2 bytes): A 16-bit signed integer that defines the amount by which to divide the result of multiplying the current x-extent by the value of the xNum member.

xNum (2 bytes): A 16-bit signed integer that defines the amount by which to multiply the current x-extent.

See section 2.3.5 for the specification of other State Record Types.