Property | Type | Description | |
---|---|---|---|
ViewerProperty |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void | ||
OnKeyUp ( System.Windows.Input.KeyEventArgs e ) : void |
Method | Description | |
---|---|---|
AquireKeyboardFocusAndLogicalFocus ( ) : void | ||
LoadedHandler ( object sender, |
||
SetSize ( |
||
SizeChangedHandler ( object sender, System.Windows.SizeChangedEventArgs e ) : void | ||
UnloadedHandler ( object sender, |
protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void | ||
e | System.Windows.Input.KeyEventArgs | |
return | void |
protected OnKeyUp ( System.Windows.Input.KeyEventArgs e ) : void | ||
e | System.Windows.Input.KeyEventArgs | |
return | void |
public OnManipulationDelta ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
public OnManipulationInertiaStarting ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
public OnManipulationStarting ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
public OnMouseClick ( System e, int width, int height ) : void | ||
e | System | |
width | int | |
height | int | |
return | void |
public OnMouseDoubleClick ( System e, int width, int height ) : void | ||
e | System | |
width | int | |
height | int | |
return | void |
public OnMouseDown ( System e, int width, int height ) : void | ||
e | System | |
width | int | |
height | int | |
return | void |
public OnMouseMove ( System e, int width, int height ) : void | ||
e | System | |
width | int | |
height | int | |
return | void |
public OnMouseUp ( System e, int width, int height ) : void | ||
e | System | |
width | int | |
height | int | |
return | void |
public OnMouseWheel ( System e, int width, int height ) : void | ||
e | System | |
width | int | |
height | int | |
return | void |