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.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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.