help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

TSmallPoint

Type to describe point in a small plane.

Declaration

Source position: classesh.inc line 29

type TSmallPoint = record

  x: SmallInt;

  

X coordinate

  y: SmallInt;

  

Y coordinate

end;

Description

Same as TPoint, only the X and Y ranges are limited to 2-byte integers instead of 4-byte integers.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505