2.12.5 PointStruct

Referenced by: Comment10Atom, DocumentAtom, NoZoomViewInfoAtom, ZoomViewInfoAtom

A structure that specifies a point in the x-y coordinate system.


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

x (4 bytes): A signed integer that specifies the x-coordinate. Positive x increases to the right.

y (4 bytes): A signed integer that specifies the y-coordinate. Positive y increases to the bottom.