C# 클래스 Hypnosister.HypnosisView

상속: UIView
파일 보기 프로젝트 열기: paulcbetts/BigNerdIOS-MonoDevelop 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( RectangleF rect ) : void
HypnosisView ( ) : System
MotionBegan ( UIEventSubtype motion, UIEvent evt ) : void

비공개 메소드들

메소드 설명
distance ( float x, float y ) : float

메소드 상세

Draw() 공개 메소드

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

HypnosisView() 공개 메소드

public HypnosisView ( ) : System
리턴 System

MotionBegan() 공개 메소드

public MotionBegan ( UIEventSubtype motion, UIEvent evt ) : void
motion UIEventSubtype
evt UIEvent
리턴 void