示例#1
0
文件: C2DRect.cs 项目: kasznare/DIP1
 /// <summary>
 /// Returns the centre.
 /// </summary>
 public C2DPoint GetCentre()
 {
     return(BottomRight.GetMidPoint(TopLeft));
 }