C# 클래스 nature_net.user_controls.image_frame

Interaction logic for image_frame.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: naturenet/nature-net-ppi 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
item collection_item
the_image ImageSource

공개 메소드들

메소드 설명
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

메소드 상세

UpdateContents() 공개 메소드

public UpdateContents ( ) : void
리턴 void

close_Click() 공개 메소드

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

image_frame() 공개 메소드

public image_frame ( ) : System
리턴 System

load_image() 공개 메소드

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

show_image() 공개 메소드

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

the_media_MediaOpened() 공개 메소드

public the_media_MediaOpened ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
리턴 void

view_contribution() 공개 메소드

public view_contribution ( collection_item i ) : void
i collection_item
리턴 void

프로퍼티 상세

item 공개적으로 프로퍼티

public collection_item,nature_net.user_controls item
리턴 collection_item

the_image 공개적으로 프로퍼티

public ImageSource the_image
리턴 ImageSource