C# 클래스 Paint.LaunchScreen

The application launch screen.
상속: UIViewController
파일 보기 프로젝트 열기: RandolphBurt/MonoGame-iOS-SimplePaint 1 사용 예제들

공개 메소드들

메소드 설명
DidReceiveMemoryWarning ( ) : void

Dids the receive memory warning.

LaunchScreen ( ) : System

Initializes a new instance of the Paint.LaunchScreen class.

TouchesBegan ( NSSet touches, UIEvent evt ) : void

Sent when one or more fingers touches the screen.

ViewDidAppear ( bool animated ) : void

This view is now on screen

ViewDidLoad ( ) : void

This view has loaded

보호된 메소드들

메소드 설명
OnLaunchScreenComplete ( EventArgs e ) : void

Raises the launch screen complete event.

비공개 메소드들

메소드 설명
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool

메소드 상세

DidReceiveMemoryWarning() 공개 메소드

Dids the receive memory warning.
public DidReceiveMemoryWarning ( ) : void
리턴 void

LaunchScreen() 공개 메소드

Initializes a new instance of the Paint.LaunchScreen class.
public LaunchScreen ( ) : System
리턴 System

OnLaunchScreenComplete() 보호된 메소드

Raises the launch screen complete event.
protected OnLaunchScreenComplete ( EventArgs e ) : void
e System.EventArgs E.
리턴 void

TouchesBegan() 공개 메소드

Sent when one or more fingers touches the screen.
public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet Touches.
evt UIEvent Evt.
리턴 void

ViewDidAppear() 공개 메소드

This view is now on screen
public ViewDidAppear ( bool animated ) : void
animated bool If set to true animated.
리턴 void

ViewDidLoad() 공개 메소드

This view has loaded
public ViewDidLoad ( ) : void
리턴 void