C# Class nature_net.user_controls.image_frame

Interaction logic for image_frame.xaml
Inheritance: System.Windows.Controls.UserControl
显示文件 Open project: naturenet/nature-net-ppi Class Usage Examples

Public Properties

Property Type Description
item collection_item
the_image ImageSource

Public Methods

Method Description
UpdateContents ( ) : void
close_Click ( object sender, RoutedEventArgs e ) : void
image_frame ( ) : System
load_image ( object arg, DoWorkEventArgs e ) : void
show_image ( object us, RunWorkerCompletedEventArgs e ) : void
the_media_MediaOpened ( object sender, RoutedEventArgs e ) : void
view_contribution ( collection_item i ) : void

Method Details

UpdateContents() public method

public UpdateContents ( ) : void
return void

close_Click() public method

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

image_frame() public method

public image_frame ( ) : System
return System

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_media_MediaOpened() public method

public the_media_MediaOpened ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
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

the_image public_oe property

public ImageSource the_image
return ImageSource