C# Class PuppyKittyOverflow.StarterAndroid.AnimatedImageView

Inheritance: Android.Views.View
Afficher le fichier Open project: jamesmontemagno/PuppyKittyOverflow Class Usage Examples

Méthodes publiques

Méthode Description
AnimatedImageView ( Android.Content.Context context, IAttributeSet attrs ) : System
AnimatedImageView ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : System
Initialize ( System input ) : System.Threading.Tasks.Task
ReadFully ( Stream input ) : Task
Start ( ) : void
Stop ( ) : void

Méthodes protégées

Méthode Description
OnDraw ( Android.Graphics.Canvas canvas ) : void

Method Details

AnimatedImageView() public méthode

public AnimatedImageView ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
Résultat System

AnimatedImageView() public méthode

public AnimatedImageView ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : System
context Android.Content.Context
attrs IAttributeSet
defStyle int
Résultat System

Initialize() public méthode

public Initialize ( System input ) : System.Threading.Tasks.Task
input System
Résultat System.Threading.Tasks.Task

OnDraw() protected méthode

protected OnDraw ( Android.Graphics.Canvas canvas ) : void
canvas Android.Graphics.Canvas
Résultat void

ReadFully() public static méthode

public static ReadFully ( Stream input ) : Task
input Stream
Résultat Task

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void