C# Class nature_net.user_controls.contribution_view

Interaction logic for image_view.xaml
Inheritance: System.Windows.Controls.UserControl
Datei anzeigen Open project: naturenet/nature-net-ppi

Public Properties

Property Type Description
item collection_item

Public Methods

Method Description
center_image ( ) : void
contribution_view ( ) : System
image_canvas_ManipulationDelta ( object sender, System.Windows.Input.ManipulationDeltaEventArgs e ) : void
image_canvas_ManipulationStarting ( object sender, System.Windows.Input.ManipulationStartingEventArgs e ) : void
load_image ( object arg, DoWorkEventArgs e ) : void
show_image ( object us, RunWorkerCompletedEventArgs e ) : void
the_image_TouchDown ( object sender, System.Windows.Input.TouchEventArgs e ) : void
the_media_Loaded ( object sender, RoutedEventArgs e ) : void
the_media_TouchDown ( object sender, System.Windows.Input.TouchEventArgs e ) : void
view_contribution ( collection_item i ) : void

Method Details

center_image() public method

public center_image ( ) : void
return void

contribution_view() public method

public contribution_view ( ) : System
return System

image_canvas_ManipulationDelta() public method

public image_canvas_ManipulationDelta ( object sender, System.Windows.Input.ManipulationDeltaEventArgs e ) : void
sender object
e System.Windows.Input.ManipulationDeltaEventArgs
return void

image_canvas_ManipulationStarting() public method

public image_canvas_ManipulationStarting ( object sender, System.Windows.Input.ManipulationStartingEventArgs e ) : void
sender object
e System.Windows.Input.ManipulationStartingEventArgs
return void

load_image() public method

public load_image ( object arg, DoWorkEventArgs e ) : void
arg object
e System.ComponentModel.DoWorkEventArgs
return void

show_image() public method

public show_image ( object us, RunWorkerCompletedEventArgs e ) : void
us object
e System.ComponentModel.RunWorkerCompletedEventArgs
return void

the_image_TouchDown() public method

public the_image_TouchDown ( object sender, System.Windows.Input.TouchEventArgs e ) : void
sender object
e System.Windows.Input.TouchEventArgs
return void

the_media_Loaded() public method

public the_media_Loaded ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void

the_media_TouchDown() public method

public the_media_TouchDown ( object sender, System.Windows.Input.TouchEventArgs e ) : void
sender object
e System.Windows.Input.TouchEventArgs
return void

view_contribution() public method

public view_contribution ( collection_item i ) : void
i collection_item
return void

Property Details

item public_oe property

public collection_item,nature_net.user_controls item
return collection_item