C# Class DigitDetection.DrawView

Inheritance: UIView
Show file Open project: xamarin/monotouch-samples

Private Properties

Property Type Description

Public Methods

Method Description
Draw ( CGRect rect ) : void
DrawView ( IntPtr handle ) : System
GetViewContext ( ) : CGBitmapContext
TouchesBegan ( NSSet touches, UIEvent evt ) : void
TouchesMoved ( NSSet touches, UIEvent evt ) : void

Method Details

Draw() public method

public Draw ( CGRect rect ) : void
rect CGRect
return void

DrawView() public method

public DrawView ( IntPtr handle ) : System
handle System.IntPtr
return System

GetViewContext() public method

public GetViewContext ( ) : CGBitmapContext
return CGBitmapContext

TouchesBegan() public method

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

TouchesMoved() public method

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