C# 클래스 Recipe2Dot5.ToggleView

상속: UIView
파일 보기 프로젝트 열기: lobrien/iPhone-Developer-s-Cookbook-in-Monotouch 1 사용 예제들

공개 메소드들

메소드 설명
ToggleView ( ) : System
ToggleView ( RectangleF frame ) : System
TouchesBegan ( MonoTouch touches, UIEvent evt ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

ToggleView() 공개 메소드

public ToggleView ( ) : System
리턴 System

ToggleView() 공개 메소드

public ToggleView ( RectangleF frame ) : System
frame System.Drawing.RectangleF
리턴 System

TouchesBegan() 공개 메소드

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