3.2.6 META_RECTANGLE Example

This section provides an example of a META_RECTANGLE Record (section 2.3.3.17).

 00000040: 07 00 00 00 1B 04 46 00 96 00 00 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

RecordSize (0x00000007)

RecordFunction (0x041B)

BottomRect (0x0046)

RightRect (0x0096)

TopRect (0x0000)

LeftRect (0x0000)

RecordSize (4 bytes): 0x0000007 specifies the number of WORD structures, defined in [MS-DTYP] section 2.2.61, in this record, which is equivalent to 14 (0x0000000E) bytes.

RecordFunction (2 bytes): 0x041B defines the type of this record from the RecordType Enumeration (section 2.1.1.1) to be META_RECTANGLE.

BottomRect (2 bytes): 0x0046 defines the y-coordinate, in logical units, of the lower-right corner of the rectangle.

RightRect (2 bytes): 0x0096 defines the x-coordinate, in logical units, of the lower-right corner of the rectangle.

TopRect (2 bytes): 0x0000 defines the y-coordinate, in logical units, of the upper-left corner of the rectangle.

LeftRect (2 bytes): 0x0000 defines the x-coordinate, in logical units, of the upper-left corner of the rectangle.