C# Class nature_net.user_controls.image_frame

Interaction logic for image_frame.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: naturenet/nature-net-ppi Class Usage Examples

Méthodes publiques

Свойство Type Description
item collection_item
the_image ImageSource

Méthodes publiques

Méthode 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 méthode

public UpdateContents ( ) : void
Résultat void

close_Click() public méthode

public close_Click ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void

image_frame() public méthode

public image_frame ( ) : System
Résultat System

load_image() public méthode

public load_image ( object arg, DoWorkEventArgs e ) : void
arg object
e System.ComponentModel.DoWorkEventArgs
Résultat void

show_image() public méthode

public show_image ( object us, RunWorkerCompletedEventArgs e ) : void
us object
e System.ComponentModel.RunWorkerCompletedEventArgs
Résultat void

the_media_MediaOpened() public méthode

public the_media_MediaOpened ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void

view_contribution() public méthode

public view_contribution ( collection_item i ) : void
i collection_item
Résultat void

Property Details

item public_oe property

public collection_item,nature_net.user_controls item
Résultat collection_item

the_image public_oe property

public ImageSource the_image
Résultat ImageSource