C# Class Recipe2Dot6.ToggleView

Inheritance: UIView
Exibir arquivo Open project: lobrien/iPhone-Developer-s-Cookbook-in-Monotouch

Public Methods

Method Description
ToggleView ( RectangleF frame ) : System
TouchesBegan ( NSSet touches, UIEvent evt ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

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

ToggleView() public method

public ToggleView ( RectangleF frame ) : System
frame System.Drawing.RectangleF
return System

TouchesBegan() public method

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void