Show / Hide Table of Contents

Class SizeExtensions

Provides extension methods for the Size structure.

Inheritance
object
SizeExtensions
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.Presentation.Extensions
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public static class SizeExtensions

Methods

View Source

IsClose(Size, Size)

Checks if the Size structure is close to another Size structure.

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.

  • View Source
Back to top Generated by DocFX