C# 클래스 MTUniversalProject.MTUniversalProjectViewController

상속: UIViewController
파일 보기 프로젝트 열기: mono/sysdrawing-coregraphics 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CheckOrientation void
ReleaseDesignerOutlets void

공개 메소드들

메소드 설명
DidReceiveMemoryWarning ( ) : void
DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
MTUniversalProjectViewController ( ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidLoad ( ) : void

비공개 메소드들

메소드 설명
CheckOrientation ( ) : void
ReleaseDesignerOutlets ( ) : void

메소드 상세

DidReceiveMemoryWarning() 공개 메소드

public DidReceiveMemoryWarning ( ) : void
리턴 void

DidRotate() 공개 메소드

public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
fromInterfaceOrientation UIInterfaceOrientation
리턴 void

MTUniversalProjectViewController() 공개 메소드

public MTUniversalProjectViewController ( ) : System
리턴 System

ShouldAutorotateToInterfaceOrientation() 공개 메소드

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
리턴 bool

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void