mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
动画支持形状定义demo
This commit is contained in:
@@ -170,7 +170,6 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
private bool _dragStart;
|
||||
public bool DragStart
|
||||
{
|
||||
@@ -190,7 +189,6 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
Y = position.Y;
|
||||
}
|
||||
|
||||
|
||||
public static ConnectorPointModel operator -(ConnectorPointModel a, ConnectorPointModel b)
|
||||
{
|
||||
return new ConnectorPointModel(a.X - b.X, a.Y - b.Y);
|
||||
|
||||
Reference in New Issue
Block a user