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
파일 보기 프로젝트 열기: JustinXinLiu/EffectsAndAnimationsWinComposition

공개 메소드들

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