线条控件

This commit is contained in:
艾竹
2023-01-25 14:42:01 +08:00
parent a01eb8825a
commit 40590bf98d
10 changed files with 1496 additions and 109 deletions

View File

@@ -105,6 +105,9 @@ namespace AIStudio.Wpf.DiagramDesigner
public void UpdatePosition(SvgPath[] paths)
{
if (paths == null)
return;
var position = FindPosition(paths);
if (position == null)
return;