mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 23:16:30 +00:00
fix ai detection bugs #1
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System.Drawing;
|
||||
|
||||
namespace Azaion.Annotator.Extensions;
|
||||
|
||||
public static class RectangleFExtensions
|
||||
{
|
||||
public static double Area(this RectangleF rectangle) => rectangle.Width * rectangle.Height;
|
||||
}
|
||||
Reference in New Issue
Block a user