C# 클래스 Rooler.Extensions

파일 보기 프로젝트 열기: peteblois/rooler

공개 메소드들

메소드 설명
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

메소드 상세

AnimateTo() 공개 정적인 메소드

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

Clamp() 공개 정적인 메소드

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

Clamp() 공개 정적인 메소드

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