namespace Yw.WinFrmUI.HydroL2d { /// /// 节点 /// public abstract class Node : Parter { /// /// 位置 /// public PointF Position { get; set; } } }