C# Class OSAE.UI.Controls.VideoStreamViewer

Interaction logic for VideoStreamViewer.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: opensourceautomation/Open-Source-Automation Class Usage Examples

Méthodes publiques

Свойство Type Description
ControlHeight double
ControlWidth double
Location Point
screenObject OSAEObject

Méthodes publiques

Méthode Description
VideoStreamViewer ( string url, OSAEObject obj, string appName ) : System
renameingSys ( string fieldData ) : string

Private Methods

Méthode Description
UserControl_Unloaded ( object sender, RoutedEventArgs e ) : void
_mjpeg_Error ( object sender, ErrorEventArgs e ) : void
mjpeg_FrameReady ( object sender, FrameReadyEventArgs e ) : void

Method Details

VideoStreamViewer() public méthode

public VideoStreamViewer ( string url, OSAEObject obj, string appName ) : System
url string
obj OSAEObject
appName string
Résultat System

renameingSys() public méthode

public renameingSys ( string fieldData ) : string
fieldData string
Résultat string

Property Details

ControlHeight public_oe property

public double ControlHeight
Résultat double

ControlWidth public_oe property

public double ControlWidth
Résultat double

Location public_oe property

public Point Location
Résultat Point

screenObject public_oe property

public OSAEObject screenObject
Résultat OSAEObject