3.2.32.18 EmfPlusSetWorldTransform Example 3
This section provides an example of the EmfPlusSetWorldTransform record (section 2.3.9.6).
-
000004D0: 2A 40 00 00 24 00 00 00 18 00 00 00 00 00 80 3F 000004E0: 00 00 00 00 00 00 00 00 00 00 80 3F 00 00 00 80 000004F0: 00 00 00 80
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Type (0x402A) |
Flags (0x0000) |
||||||||||||||||||||||||||||||
|
Size (0x00000024) |
|||||||||||||||||||||||||||||||
|
DataSize (0x00000018) |
|||||||||||||||||||||||||||||||
|
MatrixData (0x3F800000) (24 bytes) |
|||||||||||||||||||||||||||||||
|
... (0x00000000) |
|||||||||||||||||||||||||||||||
|
... (0x00000000) |
|||||||||||||||||||||||||||||||
|
... (0x3F800000) |
|||||||||||||||||||||||||||||||
|
... (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.