C# Class Recipe2Dot4ClippingSubviews.DragViewController

Inheritance: UIViewController
ファイルを表示 Open project: lobrien/iPhone-Developer-s-Cookbook-in-Monotouch

Public Methods

Method Description
DragViewController ( IntPtr hnd ) : System
LoadView ( ) : void
UpdateDefaults ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
RandomPoint ( ) : PointF

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

DragViewController() public method

public DragViewController ( IntPtr hnd ) : System
hnd System.IntPtr
return System

LoadView() public method

public LoadView ( ) : void
return void

UpdateDefaults() public method

public UpdateDefaults ( ) : void
return void