Ejemplo n.º 1
0
 /// <summary>
 /// Gets the normal point that corresponds with the given big point and small point.
 /// </summary>
 public RectPoint CombinePoints(RectPoint bigPoint, RectPoint smallPoint)
 {
     return(bigPoint.Mul(smallDimensions) + smallPoint);
 }