ANNPOINT record
pANNPOINT= ^ ANNPOINT;
ANNPOINT = Record;
x: L_DOUBLE;
y: L_DOUBLE;
end;
The ANNPOINT record defines coordinates of an annotation object relative to its container.
Member |
Description |
x |
The x coordinate, expressed as a double-precision floating point value. |
y |
The x coordinate, expressed as a double-precision floating point value. |
Comments
(Annotation Control only) The ANNPOINT structure is like a Windows POINT structure, except that it uses double-precision floating-point values.