C# Class MTExample1_1.MTExample1_1ViewController

Inheritance: UIViewController
Afficher le fichier Open project: mono/sysdrawing-coregraphics Class Usage Examples

Private Properties

Свойство Type Description
ReleaseDesignerOutlets void

Méthodes publiques

Méthode Description
DidReceiveMemoryWarning ( ) : void
MTExample1_1ViewController ( ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidLoad ( ) : void

Private Methods

Méthode Description
ReleaseDesignerOutlets ( ) : void

Method Details

DidReceiveMemoryWarning() public méthode

public DidReceiveMemoryWarning ( ) : void
Résultat void

MTExample1_1ViewController() public méthode

public MTExample1_1ViewController ( ) : System
Résultat System

ShouldAutorotateToInterfaceOrientation() public méthode

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
Résultat bool

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void