C# Класс 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!
Наследование: Windows.UI.Xaml.Controls.Page
Показать файл Открыть проект

Открытые методы

Метод Описание
MainPage ( ) : Microsoft.Graphics.Canvas

Приватные методы

Метод Описание
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

Описание методов

MainPage() публичный Метод

public MainPage ( ) : Microsoft.Graphics.Canvas
Результат Microsoft.Graphics.Canvas