mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
修复旋转放大后 画线的问题
This commit is contained in:
@@ -157,6 +157,14 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
get;
|
||||
}
|
||||
|
||||
public virtual PointBase MiddlePosition
|
||||
{
|
||||
get
|
||||
{
|
||||
return GetBounds().Center;
|
||||
}
|
||||
}
|
||||
|
||||
private string _icon;
|
||||
[CanDo]
|
||||
public string Icon
|
||||
|
||||
Reference in New Issue
Block a user