mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-15 19:54:52 +08:00
make GeometryExtensions.OrientedBoundingBox() internal
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
/// </summary>
|
||||
/// <param name="points">The points.</param>
|
||||
/// <returns></returns>
|
||||
public static PdfRectangle OrientedBoundingBox(IReadOnlyList<PdfPoint> points)
|
||||
internal static PdfRectangle OrientedBoundingBox(IReadOnlyList<PdfPoint> points)
|
||||
{
|
||||
if (points == null || points.Count < 2)
|
||||
{
|
||||
|
Reference in New Issue
Block a user