Implement minimum bounding box algorithm

This commit is contained in:
BobLd
2020-01-22 20:42:27 +00:00
committed by Eliot Jones
parent 36c03459a7
commit 0dad611cb1
5 changed files with 232 additions and 112 deletions

View File

@@ -1,7 +1,7 @@
using System;
namespace UglyToad.PdfPig.Core
namespace UglyToad.PdfPig.Core
{
using System;
/// <summary>
/// A rectangle in a PDF file.
/// </summary>