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