Example #1
0
 public RectangleJ(iTextSharp.text.Rectangle rect) {
     rect.Normalize();
     x = rect.Left;
     y = rect.Bottom;
     width = rect.Width;
     height = rect.Height;
 }