Ejemplo n.º 1
0
 public PdfRectangle(PdfPoint point1, PdfPoint point2) : this(point1.X, point1.Y, point2.X, point2.Y)
 {
 }