2.2.2.37 EmfPlusPointR Object

The EmfPlusPointR object specifies an ordered pair of integer (X,Y) values that define a relative location in a coordinate space.


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 (variable)

...

Y (variable)

...

X (variable): A signed integer that specifies the horizontal coordinate. This value MUST be specified by either an EmfPlusInteger7 object (section 2.2.2.21) or an EmfPlusInteger15 object (section 2.2.2.22).

Y (variable): A signed integer that specifies the vertical coordinate. This value MUST be specified by either an EmfPlusInteger7 object or an EmfPlusInteger15 object.

Note: The object that specifies the horizontal coordinate is not required to be the same type as the object that specifies the vertical coordinate; that is, one can be 7 bits and the other can be 15 bits.

See section 2.2.2 for the specification of additional structure objects.