Home | ClipperLib |
Del.»
TRect64 = record left, top, right, bottom: Int64; end;
C++ »
struct Rect64 { int64_t left; int64_t top; int64_t right; int64_t bottom; };
C# »
public class Rect64 {
public long left; { get; set; }
public long top; { get; set; }
public long right; { get; set; }
public long bottom; { get; set; } ... };
Copyright ©2010-2022 Angus Johnson - Clipper2 6.4.2 - Help file built on 31-August-2022