IntPoint

Del.» TIntPoint = record X, Y: int64; end;

C++» struct IntPoint { long64 X; long64 Y; ... };

C#» public class IntPoint { public Int64 X; { get; set; } public Int64 Y; { get; set; } ... };


See Also

long64, Polygon, Polygons