C# 클래스 SumoNinjaMonkey.Framework.Controls.InnertialLayer

상속: Windows.UI.Xaml.Controls.ContentControl
파일 보기 프로젝트 열기: liquidboy/X

공개 메소드들

메소드 설명
ForceExactPositionLayer ( double x, double y ) : void
ForcePositionLayer ( double x, double y ) : void
InnertialLayer ( ) : System
UnInitializeControl ( ) : void

보호된 메소드들

메소드 설명
OnApplyTemplate ( ) : void
OnDisconnectVisualChildren ( ) : void

비공개 메소드들

메소드 설명
AnimateLayer ( double newTranslateX, double newTranslateY ) : void
Conductor_Beat ( object sender, System e ) : void
InitializeControl ( ) : void
rootParent_ManipulationDelta ( object sender, ManipulationDeltaRoutedEventArgs e ) : void

메소드 상세

ForceExactPositionLayer() 공개 메소드

public ForceExactPositionLayer ( double x, double y ) : void
x double
y double
리턴 void

ForcePositionLayer() 공개 메소드

public ForcePositionLayer ( double x, double y ) : void
x double
y double
리턴 void

InnertialLayer() 공개 메소드

public InnertialLayer ( ) : System
리턴 System

OnApplyTemplate() 보호된 메소드

protected OnApplyTemplate ( ) : void
리턴 void

OnDisconnectVisualChildren() 보호된 메소드

protected OnDisconnectVisualChildren ( ) : void
리턴 void

UnInitializeControl() 공개 메소드

public UnInitializeControl ( ) : void
리턴 void