Home | ClipperLib |
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
Copyright ©2010-2012 Angus Johnson - Clipper version 5.1.0 - Help file built on 17-February-2013