Delphi TPointD = record X, Y: double; end;
C++ struct Point64 { double x; double y; };
C# public struct Point64 { public double X; { get; set; } public double Y; { get; set; } ... };
The PointD structure is used to represent a single floating point coordinate. A series of these coordinates forms a PathD structure.
Copyright © 2010-2023 Angus Johnson - Clipper2 1.2.2 - Help file built on 26 Mar 2023