mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-05-01 21:41:28 +08:00
使用PointBase代替Point
This commit is contained in:
9
AIStudio.Wpf.DiagramDesigner/Geometry/IShape.cs
Normal file
9
AIStudio.Wpf.DiagramDesigner/Geometry/IShape.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace AIStudio.Wpf.DiagramDesigner.Geometry
|
||||
{
|
||||
public interface IShape
|
||||
{
|
||||
IEnumerable<PointBase> GetIntersectionsWithLine(LineBase line);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user