mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
线条控件
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user