C# Class ImageLib.Controls.ImageView

Inheritance: Windows.UI.Xaml.Controls.UserControl
Afficher le fichier Open project: chenrensong/ImageLib.UWP

Private Properties

Свойство Type Description
OnFail void
OnLoaded void
OnLoadingCompleted void
OnLoadingStarted void
OnSourcePropertyChanged void
OnSurfaceContentsLost void
OnUnloaded void
OnVisibilityChanged void
RequestUri Task
UpdateSourceAsync Task

Méthodes publiques

Méthode Description
ImageView ( ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
OnFail ( Exception ex ) : void
OnLoaded ( object sender, RoutedEventArgs e ) : void
OnLoadingCompleted ( ImageSource imageSource ) : void
OnLoadingStarted ( ) : void
OnSourcePropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnSurfaceContentsLost ( object sender, object e ) : void
OnUnloaded ( object sender, RoutedEventArgs e ) : void
OnVisibilityChanged ( object sender, VisibilityChangedEventArgs e ) : void
RequestUri ( Image image, Uri uriSource, CancellationTokenSource cancellationTokenSource ) : Task

根据Uri获取ImageSource

UpdateSourceAsync ( ) : Task

Method Details

ImageView() public méthode

public ImageView ( ) : System
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void