C# Class DigitDetection.DrawView

Inheritance: UIView
Afficher le fichier Open project: xamarin/monotouch-samples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Draw ( CGRect rect ) : void
rect CGRect
Résultat void

DrawView() public méthode

public DrawView ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

GetViewContext() public méthode

public GetViewContext ( ) : CGBitmapContext
Résultat CGBitmapContext

TouchesBegan() public méthode

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Résultat void

TouchesMoved() public méthode

public TouchesMoved ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Résultat void