C# 클래스 OpenTween.OTPictureBox

상속: System.Windows.Forms.PictureBox
파일 보기 프로젝트 열기: opentween/OpenTween 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DrawPlayableMark void
Load void
RestoreSizeMode void

공개 메소드들

메소드 설명
SetImageFromTask ( Func imageTask ) : Task
ShowErrorImage ( ) : void
ShowInitialImage ( ) : void

보호된 메소드들

메소드 설명
OnPaint ( PaintEventArgs pe ) : void

비공개 메소드들

메소드 설명
DrawPlayableMark ( PaintEventArgs pe ) : void
Load ( string url ) : void
RestoreSizeMode ( ) : void

메소드 상세

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
리턴 void

SetImageFromTask() 공개 메소드

public SetImageFromTask ( Func imageTask ) : Task
imageTask Func
리턴 Task

ShowErrorImage() 공개 메소드

public ShowErrorImage ( ) : void
리턴 void

ShowInitialImage() 공개 메소드

public ShowInitialImage ( ) : void
리턴 void