mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-29 04:33:23 +08:00
序列化继续整理
This commit is contained in:
@@ -5,7 +5,7 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
{
|
||||
public static partial class Routers
|
||||
{
|
||||
public static PointBase[] Normal(IDiagramViewModel _, ConnectorViewModel link)
|
||||
public static PointBase[] Normal(IDiagramViewModel _, ConnectionViewModel link)
|
||||
{
|
||||
return link.Vertices.Select(v => v.MiddlePosition).ToArray();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user