Esempio n. 1
0
 public static Rect GetApproximatedRect(this Matrix matrix, Size size)
 {
     return(matrix.GetApproximatedRect(new Rect(size)));
 }