C# Class ImageLib.Controls.ImageView

Inheritance: Windows.UI.Xaml.Controls.UserControl
Exibir arquivo Open project: chenrensong/ImageLib.UWP

Private Properties

Property Type Description
OnFail void
OnLoaded void
OnLoadingCompleted void
OnLoadingStarted void
OnSourcePropertyChanged void
OnSurfaceContentsLost void
OnUnloaded void
OnVisibilityChanged void
RequestUri Task
UpdateSourceAsync Task

Public Methods

Method Description
ImageView ( ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method 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 method

public ImageView ( ) : System
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void