mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-11 03:36:38 +08:00
@@ -16,12 +16,6 @@ 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