Code Documentation
MouseWheelHandler Method (sender, e)
Visualisierung2Visualisierung2ViewerFormMouseWheelHandler(Object, MouseEventArgs)
Staircase-Aware Smoothing of Medical Surface Meshes
Event handler used to provide camera zooming functionality with the mouse wheel.
Declaration Syntax
C#Visual BasicVisual C++
private void MouseWheelHandler(
	Object sender,
	MouseEventArgs e
)
Private Sub MouseWheelHandler ( _
	sender As Object, _
	e As MouseEventArgs _
)
private:
void MouseWheelHandler(
	Object^ sender, 
	MouseEventArgs^ e
)
Parameters
sender (Object)
The sender of the event.
e (MouseEventArgs)
The event arguments.

Assembly: Visualisierung2 (Module: Visualisierung2) Version: 1.0.0.0 (1.0.0.0)