TSmallPoint
Small point
Declaration
Source position: typshrdh.inc line 29
Type
TSmallPoint = packed record
public
X : SmallInt;
Y : SmallInt;
end
Description
TSmallPoint defines a point in a 2-dimensional plane, just like TPoint , but the coordinates have a smaller range: The coordinates are smallints (16-bit, signed) and they run from -MaxSmallInt to maxSmallint.
See also
Name | Description |
---|---|
SmallInt | A signed 16-bits integer |
SmallInt | A signed 16-bits integer |
TPoint | Point in a plane |