![]() |
![]() |
![]() |
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.
Copyright ©2010-2012 Angus Johnson - Clipper version 4.8.4 - Help file built on 1-June-2012