![]() |
![]() |
![]() |
Del.»
TIntRect = record left, top, right, bottom: cInt; end;
C++ »
struct IntPoint { cInt left; cInt top; cInt right; cInt bottom; ... };
C# »
public class IntPoint {
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.
Copyright ©2010-2013 Angus Johnson - Clipper Ver 6.0.0 - Help file built on 30-October-2013