C# Class Com.Aote.ObjectTools.DefaultCaputerObject

Inheritance: CustomTypeHelper, IAsyncObject
Afficher le fichier Open project: DuBin1988/restv2 Class Usage Examples

Méthodes publiques

Свойство Type Description
BlobIdProperty System.Windows.DependencyProperty
ErrorProperty System.Windows.DependencyProperty
FileNameProperty System.Windows.DependencyProperty
IsInitProperty System.Windows.DependencyProperty
isBusy bool

Méthodes publiques

Méthode Description
CaptureImageAnsync ( ) : void
OnCompleted ( System e ) : void
SaveImage ( ) : void
webclient_OpenWriteCompleted ( object sender, OpenWriteCompletedEventArgs e ) : void
webclient_WriteStreamClosed ( object sender, WriteStreamClosedEventArgs e ) : void

Private Methods

Méthode Description
GetBase64Image ( System.Windows.Media.Imaging.WriteableBitmap bitmap ) : string
OnIsInitChanged ( DependencyObject dp, System.Windows.DependencyPropertyChangedEventArgs args ) : void

Method Details

CaptureImageAnsync() public méthode

public CaptureImageAnsync ( ) : void
Résultat void

OnCompleted() public méthode

public OnCompleted ( System e ) : void
e System
Résultat void

SaveImage() public méthode

public SaveImage ( ) : void
Résultat void

webclient_OpenWriteCompleted() public méthode

public webclient_OpenWriteCompleted ( object sender, OpenWriteCompletedEventArgs e ) : void
sender object
e System.Net.OpenWriteCompletedEventArgs
Résultat void

webclient_WriteStreamClosed() public méthode

public webclient_WriteStreamClosed ( object sender, WriteStreamClosedEventArgs e ) : void
sender object
e System.Net.WriteStreamClosedEventArgs
Résultat void

Property Details

BlobIdProperty public_oe static_oe property

public static DependencyProperty,System.Windows BlobIdProperty
Résultat System.Windows.DependencyProperty

ErrorProperty public_oe static_oe property

public static DependencyProperty,System.Windows ErrorProperty
Résultat System.Windows.DependencyProperty

FileNameProperty public_oe static_oe property

public static DependencyProperty,System.Windows FileNameProperty
Résultat System.Windows.DependencyProperty

IsInitProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsInitProperty
Résultat System.Windows.DependencyProperty

isBusy public_oe property

public bool isBusy
Résultat bool