C# 클래스 ToddlerAddition.LongPressButton

상속: UIView
파일 보기 프로젝트 열기: Clancey/ToddlerAddition 1 사용 예제들

공개 메소드들

메소드 설명
ConvertToRadians ( float angle ) : float
Draw ( RectangleF rect ) : void
LongPressButton ( ) : System
TouchesBegan ( MonoTouch touches, UIEvent evt ) : void
TouchesCancelled ( MonoTouch touches, UIEvent evt ) : void
TouchesEnded ( MonoTouch touches, UIEvent evt ) : void
TouchesMoved ( MonoTouch touches, UIEvent evt ) : void

비공개 메소드들

메소드 설명
Complete ( ) : void
DrawFilledShape ( ) : void
Reset ( ) : void
UpdateProgress ( ) : void
drawBorder ( ) : void

메소드 상세

ConvertToRadians() 공개 메소드

public ConvertToRadians ( float angle ) : float
angle float
리턴 float

Draw() 공개 메소드

public Draw ( RectangleF rect ) : void
rect System.Drawing.RectangleF
리턴 void

LongPressButton() 공개 메소드

public LongPressButton ( ) : System
리턴 System

TouchesBegan() 공개 메소드

public TouchesBegan ( MonoTouch touches, UIEvent evt ) : void
touches MonoTouch
evt UIEvent
리턴 void

TouchesCancelled() 공개 메소드

public TouchesCancelled ( MonoTouch touches, UIEvent evt ) : void
touches MonoTouch
evt UIEvent
리턴 void

TouchesEnded() 공개 메소드

public TouchesEnded ( MonoTouch touches, UIEvent evt ) : void
touches MonoTouch
evt UIEvent
리턴 void

TouchesMoved() 공개 메소드

public TouchesMoved ( MonoTouch touches, UIEvent evt ) : void
touches MonoTouch
evt UIEvent
리턴 void