Difference between revisions of "TPoint"

From SCAR Divi Manual
Jump to: navigation, search
(Created page with "==Definition== <source lang="scar" lines="false"> TPoint = packed record X, Y: Integer; end; ==Description== A structured type which holds a 2-dimension coordinate specified b...")
 
Line 4: Line 4:
 
   X, Y: Integer;
 
   X, Y: Integer;
 
end;
 
end;
 +
</source>
  
 
==Description==
 
==Description==

Revision as of 20:00, 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.