Type to describe point in a small plane.
type TSmallPoint = record
x: SmallInt;
y: SmallInt;
end;
Same as TPoint, only the X and Y ranges are limited to 2-byte integers instead of 4-byte integers.