2.2.2.38 EmfPlusRect Object

The EmfPlusRect object specifies a rectangle origin, height, and width as integers.


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

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.