C# Class RedBadger.Xpf.Internal.SizeExtensions

Mostra file Open project: redbadger/XPF

Public Methods

Method Description
Deflate ( this size, Thickness thickness ) : Size
Inflate ( this size, Thickness thickness ) : Size
IsCloseTo ( this size1, Size size2 ) : bool
IsDifferentFrom ( this size1, Size size2 ) : bool

Method Details

Deflate() public static method

public static Deflate ( this size, Thickness thickness ) : Size
size this
thickness Thickness
return Size

Inflate() public static method

public static Inflate ( this size, Thickness thickness ) : Size
size this
thickness Thickness
return Size

IsCloseTo() public static method

public static IsCloseTo ( this size1, Size size2 ) : bool
size1 this
size2 Size
return bool

IsDifferentFrom() public static method

public static IsDifferentFrom ( this size1, Size size2 ) : bool
size1 this
size2 Size
return bool