3.2.32.19 EmfPlusSetWorldTransform Example 4

This section provides an example of the EmfPlusSetWorldTransform record (section 2.3.9.6).

 000004F0:             2A 40 00 00 24 00 00 00 18 00 00 00
 00000500: 0D 74 DA 3A 00 00 00 00 00 00 00 00 0D 74 DA 3A
 00000510: 00 00 00 80 00 00 00 80


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

Flags (0x0000)

Size (0x00000024)

DataSize (0x00000018)

MatrixData (0x3ADA740D) (24 bytes)

... (0x00000000)

... (0x00000000)

... (0x3ADA740D)

... (0x80000000)

... (0x80000000)

Type (2 bytes): 0x402A identifies the record type as EmfPlusSetWorldTransform.

Flags (2 bytes): 0x0000 is undefined for this record type.

Size (4 bytes): 0x00000024 specifies the size in bytes of the entire record.

DataSize (4 bytes): 0x00000018 specifies the size in bytes of the MatrixData field that follows.

MatrixData (24 bytes): An EmfPlusTransformMatrix object (section 2.2.2.47) that contains the world-space transform.