[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Type to describe point in a small plane.
Source position: classesh.inc line 31
type TSmallPoint = record |
||
x: SmallInt; |
|
X coordinate |
y: SmallInt; |
|
Y coordinate |
end; |
Same as TPoint, only the X and Y ranges are limited to 2-byte integers instead of 4-byte integers.