C# Class Com.Aurora.AuWeather.CustomControls.WeatherCanvas

Inheritance: Windows.UI.Xaml.Controls.UserControl
ファイルを表示 Open project: aurora-lzzp/Aurora-Weather

Public Properties

Property Type Description
EnableBGBlurProperty Windows.UI.Xaml.DependencyProperty
EnableDynamicProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
ChangeCondition ( WeatherCondition condition, bool isnight, bool issummer ) : void
WeatherCanvas ( ) : Com.Aurora.AuWeather.Effects

Private Methods

Method Description
Canvas_Draw ( ICanvasAnimatedControl sender, CanvasAnimatedDrawEventArgs args ) : void
Canvas_Update ( ICanvasAnimatedControl sender, CanvasAnimatedUpdateEventArgs args ) : void
CreateRain ( Vector2 size ) : void
CreateSmoke ( Vector2 size ) : void
CreateStar ( Vector2 size ) : void
ImmersiveIn ( Uri uri ) : void
ImmersiveOut ( bool fadeOut ) : void
OnEnableBGBlurChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnEnableDynamicChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
ResetCondition ( ) : void
ResetGradientPoint ( ) : void
SetCloudy ( byte v ) : void
SetCloudyBG ( ) : void
SetCold ( ) : void
SetFog ( ) : void
SetFogBG ( ) : void
SetHaze ( ) : void
SetHazeBG ( ) : void
SetHot ( ) : void
SetOvercastBG ( ) : void
SetRain ( int v ) : void
SetShower ( ) : void
SetSnow ( int v ) : void
SetSunny ( ) : void
SetSunnyBG ( ) : void
SetThunderShower ( ) : void
SetWind ( ) : void
WeatherCanvas_Unloaded ( object sender, RoutedEventArgs e ) : void
continueUpdate ( ) : void
stopUpdate ( ) : void

Method Details

ChangeCondition() public method

public ChangeCondition ( WeatherCondition condition, bool isnight, bool issummer ) : void
condition WeatherCondition
isnight bool
issummer bool
return void

WeatherCanvas() public method

public WeatherCanvas ( ) : Com.Aurora.AuWeather.Effects
return Com.Aurora.AuWeather.Effects

Property Details

EnableBGBlurProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml EnableBGBlurProperty
return Windows.UI.Xaml.DependencyProperty

EnableDynamicProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml EnableDynamicProperty
return Windows.UI.Xaml.DependencyProperty