2.2.2.39 EmfPlusRectF Object

The EmfPlusRectF object specifies a rectangle's origin, height, and width as floating-point values.


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 (4 bytes): A floating-point value that specifies the horizontal coordinate of the upper-left corner of the rectangle.

Y (4 bytes): A floating-point value that specifies the vertical coordinate of the upper-left corner of the rectangle.

Width (4 bytes): A floating-point value that specifies the width of the rectangle.

Height (4 bytes): A floating-point value that specifies the height of the rectangle.

See section 2.2.2 for the specification of additional structure objects.