C# 클래스 RXDemoApp.TimeFliesView

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

공개 메소드들

메소드 설명
GetCenter ( float width, float height ) : RectangleF
TimeFliesView ( RectangleF rect ) : System
TouchesBegan ( NSSet touches, UIEvent evt ) : void
TouchesEnded ( NSSet touches, UIEvent evt ) : void
TouchesMoved ( NSSet touches, UIEvent evt ) : void

비공개 메소드들

메소드 설명
Reactive ( string msg ) : void
UpdateLabelPosition ( UILabel label, PointF pos, int closure ) : void

메소드 상세

GetCenter() 공개 메소드

public GetCenter ( float width, float height ) : RectangleF
width float
height float
리턴 System.Drawing.RectangleF

TimeFliesView() 공개 메소드

public TimeFliesView ( RectangleF rect ) : System
rect System.Drawing.RectangleF
리턴 System

TouchesBegan() 공개 메소드

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

TouchesEnded() 공개 메소드

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

TouchesMoved() 공개 메소드

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