C# Class TouchCanvas.CanvasView

Afficher le fichier Open project: xamarin/monotouch-samples

Méthodes publiques

Méthode Description
CanvasView ( IntPtr handle ) : System
Clear ( ) : void
Draw ( CGRect rect ) : void
DrawTouches ( NSSet touches, UIEvent evt ) : void
EndTouches ( NSSet touches, bool cancel ) : void
UpdateEstimatedPropertiesForTouches ( NSSet touches ) : void

Private Methods

Méthode Description
AddActiveLineForTouch ( UITouch touch ) : TouchCanvas.Line
AddPointsOfType ( PointType type, UITouch touches, TouchCanvas.Line line ) : CGRect
CanvasView ( CGRect frame ) : System
CanvasView ( NSCoder coder ) : System
CommitLine ( TouchCanvas.Line line ) : void
FinishLine ( TouchCanvas.Line line ) : void
SetFrozenImageNeedsUpdate ( ) : void

Method Details

CanvasView() public méthode

public CanvasView ( IntPtr handle ) : System
handle IntPtr
Résultat System

Clear() public méthode

public Clear ( ) : void
Résultat void

Draw() public méthode

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

DrawTouches() public méthode

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

EndTouches() public méthode

public EndTouches ( NSSet touches, bool cancel ) : void
touches NSSet
cancel bool
Résultat void

UpdateEstimatedPropertiesForTouches() public méthode

public UpdateEstimatedPropertiesForTouches ( NSSet touches ) : void
touches NSSet
Résultat void