mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-03 23:56:37 +08:00
整理序列化
This commit is contained in:
@@ -29,7 +29,7 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
PathGeometry pathGeometry = new PathGeometry();
|
||||
if (values[0] != null)
|
||||
{
|
||||
List<ConnectorPoint> points = (List<ConnectorPoint>)values[0];
|
||||
List<ConnectorPointModel> points = (List<ConnectorPointModel>)values[0];
|
||||
|
||||
PathFigure figure = new PathFigure();
|
||||
figure.StartPoint = (PointBase)points[0];
|
||||
|
||||
Reference in New Issue
Block a user