예제 #1
0
 public static Rect Transform(Rect rect, Matrix matrix)
 {
     rect.Transform(matrix);
     return(rect);
 }
예제 #2
0
 public Rect TransformBounds(Rect bounds)
 {
     bounds.Transform(this);
     return(bounds);
 }