Home | ClipperLib |
IntRect
Del.» TIntRect = record left, top, right, bottom: cInt; end;
C++ »
struct IntRect { cInt left; cInt top; cInt right; cInt bottom; ... };
C# »
public class IntRect {
public cInt left; { get; set; }
public cInt top; { get; set; }
public cInt right; { get; set; }
public cInt bottom; { get; set; } ... };
Structure returned by Clipper's GetBounds method.
See Also
Copyright ©2010-2014 Angus Johnson - Clipper 6.2.0 - Help file built on 1-November-2014