C# Class iBabyShapes.DrawingView

Inheritance: UIView
Show file Open project: mikebluestein/iBabySmash

Public Methods

Method Description
Draw ( RectangleF rect ) : void
DrawingView ( IntPtr p ) : System
TouchesBegan ( NSSet touches, UIEvent evt ) : void

Private Methods

Method Description
CreateShapeView ( PointF pt ) : ShapeView
PulseFinished ( ) : void
PulseShape ( ) : void
SwapMonkey ( ) : UIImage

Method Details

Draw() public method

public Draw ( RectangleF rect ) : void
rect System.Drawing.RectangleF
return void

DrawingView() public method

public DrawingView ( IntPtr p ) : System
p System.IntPtr
return System

TouchesBegan() public method

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