mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
Revert "Revert "block 可以拖拽到内部,还有少量问题待解决""
This reverts commit fcd7beb193.
This commit is contained in:
@@ -16,6 +16,12 @@ namespace AIStudio.Wpf.DiagramDesigner.Geometrys
|
||||
_y = y;
|
||||
}
|
||||
|
||||
public PointBase(Point point)
|
||||
{
|
||||
_x = point.X;
|
||||
_y = point.Y;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 中间X
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user