예제 #1
0
파일: C2DRect.cs 프로젝트: kasznare/DIP1
 /// <summary>
 /// Returns the centre.
 /// </summary>
 public C2DPoint GetCentre()
 {
     return(BottomRight.GetMidPoint(TopLeft));
 }