C# 클래스 PuppyKittyOverflow.StarterAndroid.AnimatedImageView

상속: Android.Views.View
파일 보기 프로젝트 열기: jamesmontemagno/PuppyKittyOverflow 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
OnDraw ( Android.Graphics.Canvas canvas ) : void

메소드 상세

AnimatedImageView() 공개 메소드

public AnimatedImageView ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
리턴 System

AnimatedImageView() 공개 메소드

public AnimatedImageView ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : System
context Android.Content.Context
attrs IAttributeSet
defStyle int
리턴 System

Initialize() 공개 메소드

public Initialize ( System input ) : System.Threading.Tasks.Task
input System
리턴 System.Threading.Tasks.Task

OnDraw() 보호된 메소드

protected OnDraw ( Android.Graphics.Canvas canvas ) : void
canvas Android.Graphics.Canvas
리턴 void

ReadFully() 공개 정적인 메소드

public static ReadFully ( Stream input ) : Task
input Stream
리턴 Task

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void