C# Class Recipe2dot3.DragViewController

Inheritance: UIViewController
Afficher le fichier Open project: lobrien/iPhone-Developer-s-Cookbook-in-Monotouch

Méthodes publiques

Méthode Description
DragViewController ( IntPtr hnd ) : System
LoadView ( ) : void
UpdateDefaults ( ) : void

Private Methods

Méthode Description
RandomPoint ( ) : PointF

Method Details

DragViewController() public méthode

public DragViewController ( IntPtr hnd ) : System
hnd System.IntPtr
Résultat System

LoadView() public méthode

public LoadView ( ) : void
Résultat void

UpdateDefaults() public méthode

public UpdateDefaults ( ) : void
Résultat void