C# Class ZoomAndPanSample.OverviewWindow

Interaction logic for OverviewWindow.xaml
Mostra file Open project: Zoomicon/ZUI Class Usage Examples

Public Methods

Method Description
OverviewWindow ( ) : System

Private Methods

Method Description
Window_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Event raised on mouse down.

overviewZoomRectThumb_DragDelta ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void

Event raised when the user drags the overview zoom rect.

overview_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void

Event raised when the size of the ZoomAndPanControl changes.

Method Details

OverviewWindow() public method

public OverviewWindow ( ) : System
return System