示例#1
0
 public static Rect ZoomY(this Rect rect, Point to, double ratio)
 {
     return(CoordinateUtilities.RectZoomY(rect, to, ratio));
 }