2.2.2.38 EmfPlusRect Object
The EmfPlusRect object specifies a rectangle origin, height, and width as integers.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
X |
Y |
||||||||||||||||||||||||||||||
Width |
Height |
X (2 bytes): A signed integer that specifies the horizontal coordinate of the upper-left corner of the rectangle.
Y (2 bytes): A signed integer that specifies the vertical coordinate of the upper-left corner of the rectangle.
Width (2 bytes): A signed integer that specifies the width of the rectangle.
Height (2 bytes): A signed integer that specifies the height of the rectangle.
See section 2.2.2 for the specification of additional structure objects.