C# Class BlurEffect.MainPage

Please note that I could simplify things by using the TouchArea Rectangle as the container visual to host the effect visual, but I wanted to prove a point that I could use expression key frame animation to manipulate multiple elements at the same time!
Inheritance: Windows.UI.Xaml.Controls.Page
Show file Open project: JustinXinLiu/EffectsAndAnimationsWinComposition

Public Methods

Method Description
MainPage ( ) : Microsoft.Graphics.Canvas

Private Methods

Method Description
Canvas_CreateResources ( CanvasControl sender, CanvasCreateResourcesEventArgs args ) : void
Canvas_Draw ( CanvasControl sender, CanvasDrawEventArgs args ) : void
CreateResourcesAsync ( CanvasControl sender ) : System.Threading.Tasks.Task
GetVisual ( UIElement element ) : ContainerVisual
LayoutRoot_Loaded ( object sender, RoutedEventArgs e ) : void
Overlay_ManipulationCompleted ( object sender, ManipulationCompletedRoutedEventArgs e ) : void
Overlay_ManipulationDelta ( object sender, ManipulationDeltaRoutedEventArgs e ) : void
Overlay_ManipulationStarted ( object sender, ManipulationStartedRoutedEventArgs e ) : void
TouchArea_ManipulationCompleted ( object sender, ManipulationCompletedRoutedEventArgs e ) : void
TouchArea_ManipulationDelta ( object sender, ManipulationDeltaRoutedEventArgs e ) : void
TouchArea_ManipulationStarted ( object sender, ManipulationStartedRoutedEventArgs e ) : void

Method Details

MainPage() public method

public MainPage ( ) : Microsoft.Graphics.Canvas
return Microsoft.Graphics.Canvas