Class SizeExtensions
Provides extension methods for the Size structure.
Namespace: Sartorius.SAF.Presentation.Extensions
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public static class SizeExtensions
Methods
View SourceIsClose(Size, Size)
Declaration
public static bool IsClose(this Size size, Size other)
Parameters
| Type | Name | Description |
|---|---|---|
| Size | size | The first Size structure to compare. |
| Size | other | The other Size structure to compare. |
Returns
| Type | Description |
|---|---|
| bool | A value indicating if the two Sizes are close to each other. |