C# 클래스 Mojo.Wpf.View.ViewerContext

Interaction logic for ViewerContext.xaml
파일 보기 프로젝트 열기: Rhoana/Mojo

공개 프로퍼티들

프로퍼티 타입 설명
ViewerProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
OnManipulationDelta ( object sender, System e ) : void
OnManipulationInertiaStarting ( object sender, System e ) : void
OnManipulationStarting ( object sender, System e ) : void
OnMouseClick ( System e, int width, int height ) : void
OnMouseDoubleClick ( System e, int width, int height ) : void
OnMouseDown ( System e, int width, int height ) : void
OnMouseMove ( System e, int width, int height ) : void
OnMouseUp ( System e, int width, int height ) : void
OnMouseWheel ( System e, int width, int height ) : void
ViewerContext ( ) : System.Windows

보호된 메소드들

메소드 설명
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
OnKeyUp ( System.Windows.Input.KeyEventArgs e ) : void

비공개 메소드들

메소드 설명
AquireKeyboardFocusAndLogicalFocus ( ) : void
LoadedHandler ( object sender, RoutedEventArgs e ) : void
SetSize ( Size oldSize, Size newSize ) : void
SizeChangedHandler ( object sender, System.Windows.SizeChangedEventArgs e ) : void
UnloadedHandler ( object sender, RoutedEventArgs e ) : void

메소드 상세

OnKeyDown() 보호된 메소드

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
리턴 void

OnKeyUp() 보호된 메소드

protected OnKeyUp ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
리턴 void

OnManipulationDelta() 공개 메소드

public OnManipulationDelta ( object sender, System e ) : void
sender object
e System
리턴 void

OnManipulationInertiaStarting() 공개 메소드

public OnManipulationInertiaStarting ( object sender, System e ) : void
sender object
e System
리턴 void

OnManipulationStarting() 공개 메소드

public OnManipulationStarting ( object sender, System e ) : void
sender object
e System
리턴 void

OnMouseClick() 공개 메소드

public OnMouseClick ( System e, int width, int height ) : void
e System
width int
height int
리턴 void

OnMouseDoubleClick() 공개 메소드

public OnMouseDoubleClick ( System e, int width, int height ) : void
e System
width int
height int
리턴 void

OnMouseDown() 공개 메소드

public OnMouseDown ( System e, int width, int height ) : void
e System
width int
height int
리턴 void

OnMouseMove() 공개 메소드

public OnMouseMove ( System e, int width, int height ) : void
e System
width int
height int
리턴 void

OnMouseUp() 공개 메소드

public OnMouseUp ( System e, int width, int height ) : void
e System
width int
height int
리턴 void

OnMouseWheel() 공개 메소드

public OnMouseWheel ( System e, int width, int height ) : void
e System
width int
height int
리턴 void

ViewerContext() 공개 메소드

public ViewerContext ( ) : System.Windows
리턴 System.Windows

프로퍼티 상세

ViewerProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ViewerProperty
리턴 System.Windows.DependencyProperty