C# Class Rooler.Extensions

Mostrar archivo Open project: peteblois/rooler

Public Methods

Method Description
AnimateTo ( this column, double pixelValue, System.TimeSpan duration ) : void
Clamp ( this value, double min, double max ) : double
Clamp ( this value, int min, int max ) : int

Method Details

AnimateTo() public static method

public static AnimateTo ( this column, double pixelValue, System.TimeSpan duration ) : void
column this
pixelValue double
duration System.TimeSpan
return void

Clamp() public static method

public static Clamp ( this value, double min, double max ) : double
value this
min double
max double
return double

Clamp() public static method

public static Clamp ( this value, int min, int max ) : int
value this
min int
max int
return int