C# 클래스 WebExpress.StaticFunctions

파일 보기 프로젝트 열기: Sential/WebExpress-beta 1 사용 예제들

공개 메소드들

메소드 설명
AnimateColor ( SolidColorBrush from, SolidColorBrush to, UIElement control, double duration ) : void
AnimateColor ( SolidColorBrush from, System to, UIElement control, double duration ) : void
AnimateColor ( System from, System to, UIElement control, double duration ) : void
AnimateFade ( double from, double to, UIElement control, double duration ) : void
AnimateFade ( double from, double to, UIElement control, double duration, System.Action method ) : void
AnimateHeight ( double from, double to, UIElement control, double duration ) : void
AnimateRipple ( double from, double to, UIElement control, double duration ) : void
AnimateScale ( double fromX, double fromY, double toX, double toY, UIElement control, double duration ) : void
ChangeButtonImage ( string filename, System image ) : void
ConvertBytesToMegabytes ( long bytes ) : double
GetDominantColor ( Bitmap bmp ) : Color
ToMediaColor ( System color ) : System.Windows.Media.System.Drawing.Color

메소드 상세

AnimateColor() 공개 정적인 메소드

public static AnimateColor ( SolidColorBrush from, SolidColorBrush to, UIElement control, double duration ) : void
from System.Windows.Media.SolidColorBrush
to System.Windows.Media.SolidColorBrush
control System.Windows.UIElement
duration double
리턴 void

AnimateColor() 공개 정적인 메소드

public static AnimateColor ( SolidColorBrush from, System to, UIElement control, double duration ) : void
from System.Windows.Media.SolidColorBrush
to System
control System.Windows.UIElement
duration double
리턴 void

AnimateColor() 공개 정적인 메소드

public static AnimateColor ( System from, System to, UIElement control, double duration ) : void
from System
to System
control System.Windows.UIElement
duration double
리턴 void

AnimateFade() 공개 정적인 메소드

public static AnimateFade ( double from, double to, UIElement control, double duration ) : void
from double
to double
control System.Windows.UIElement
duration double
리턴 void

AnimateFade() 공개 정적인 메소드

public static AnimateFade ( double from, double to, UIElement control, double duration, System.Action method ) : void
from double
to double
control System.Windows.UIElement
duration double
method System.Action
리턴 void

AnimateHeight() 공개 정적인 메소드

public static AnimateHeight ( double from, double to, UIElement control, double duration ) : void
from double
to double
control System.Windows.UIElement
duration double
리턴 void

AnimateRipple() 공개 정적인 메소드

public static AnimateRipple ( double from, double to, UIElement control, double duration ) : void
from double
to double
control System.Windows.UIElement
duration double
리턴 void

AnimateScale() 공개 정적인 메소드

public static AnimateScale ( double fromX, double fromY, double toX, double toY, UIElement control, double duration ) : void
fromX double
fromY double
toX double
toY double
control System.Windows.UIElement
duration double
리턴 void

ChangeButtonImage() 공개 정적인 메소드

public static ChangeButtonImage ( string filename, System image ) : void
filename string
image System
리턴 void

ConvertBytesToMegabytes() 공개 정적인 메소드

public static ConvertBytesToMegabytes ( long bytes ) : double
bytes long
리턴 double

GetDominantColor() 공개 정적인 메소드

public static GetDominantColor ( Bitmap bmp ) : Color
bmp System.Drawing.Bitmap
리턴 System.Drawing.Color

ToMediaColor() 공개 정적인 메소드

public static ToMediaColor ( System color ) : System.Windows.Media.System.Drawing.Color
color System
리턴 System.Windows.Media.System.Drawing.Color