IntRect

Del.» TIntRect = record left, top, right, bottom: Int64; end;

C++» struct IntPoint { long64 left; long64 top; long64 right; long64 bottom; ... };

C#» public class IntPoint { public Int64 left; { get; set; } public Int64 top; { get; set; } public Int64 right; { get; set; } public Int64 bottom; { get; set; } ... };

Structure returned by Clipper's GetBounds method.


See Also

ClipperBase.GetBounds