C# 클래스 OSAE.UI.Controls.VideoStreamViewer

Interaction logic for VideoStreamViewer.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: opensourceautomation/Open-Source-Automation 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ControlHeight double
ControlWidth double
Location Point
screenObject OSAEObject

공개 메소드들

메소드 설명
VideoStreamViewer ( string url, OSAEObject obj, string appName ) : System
renameingSys ( string fieldData ) : string

비공개 메소드들

메소드 설명
UserControl_Unloaded ( object sender, RoutedEventArgs e ) : void
_mjpeg_Error ( object sender, ErrorEventArgs e ) : void
mjpeg_FrameReady ( object sender, FrameReadyEventArgs e ) : void

메소드 상세

VideoStreamViewer() 공개 메소드

public VideoStreamViewer ( string url, OSAEObject obj, string appName ) : System
url string
obj OSAEObject
appName string
리턴 System

renameingSys() 공개 메소드

public renameingSys ( string fieldData ) : string
fieldData string
리턴 string

프로퍼티 상세

ControlHeight 공개적으로 프로퍼티

public double ControlHeight
리턴 double

ControlWidth 공개적으로 프로퍼티

public double ControlWidth
리턴 double

Location 공개적으로 프로퍼티

public Point Location
리턴 Point

screenObject 공개적으로 프로퍼티

public OSAEObject screenObject
리턴 OSAEObject