Method AreSizesClose
AreSizesClose(Size, Size)
Indicates whether specified parameters is close to each other.
public static bool AreSizesClose(Size d1, Size d2)
Parameters
Returns
- bool
true if difference between
Size.Width
andSize.Height
of specified parameters less thenEpsilon
; otherwise false.