Пример #1
0
 public static bool IsEmpty(this RectOffset current)
 {
     return(current.Matches(new RectOffset(0, 0, 0, 0)));
 }