C# Class Recipe2Dot4ClippingSubviews.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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
RandomPoint ( ) : PointF

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

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