mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
mind基本完成,准备写文档
This commit is contained in:
@@ -32,5 +32,10 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
|
||||
return new RectangleBase(new PointBase(x1, y1), new PointBase(x2, y2));
|
||||
}
|
||||
|
||||
public static RectangleBase GetBoundingRectangle(DesignerItemViewModelBase item)
|
||||
{
|
||||
return GetBoundingRectangle(new DesignerItemViewModelBase[] { item });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user