check point
This commit is contained in:
8
Hawkeye.VisionBuilder.Workflow/Links/IHaveSearchArea.cs
Normal file
8
Hawkeye.VisionBuilder.Workflow/Links/IHaveSearchArea.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Hawkeye.VisionBuilder.Workflow.Datatypes.Elements.Rectangle;
|
||||
|
||||
namespace Hawkeye.VisionBuilder.Workflow.Links;
|
||||
|
||||
public interface IHaveSearchArea
|
||||
{
|
||||
public RectangleElement SearchArea { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user