Difference between revisions of "TPoint"

From SCAR Divi Manual
Jump to: navigation, search
Line 8: Line 8:
 
==Description==
 
==Description==
 
A structured type which holds a 2-dimension coordinate specified by the '''X''' and '''Y''' fields.
 
A structured type which holds a 2-dimension coordinate specified by the '''X''' and '''Y''' fields.
 +
 +
==See Also==
 +
*TPointArray
 +
*Point
 +
*IntToPoint
  
 
[[Category:Types]]
 
[[Category:Types]]
 
[[Category:Structured Types]]
 
[[Category:Structured Types]]

Revision as of 20:01, 26 June 2011

Definition

TPoint = packed record
  X, Y: Integer;
end;

Description

A structured type which holds a 2-dimension coordinate specified by the X and Y fields.

See Also

  • TPointArray
  • Point
  • IntToPoint