Method | 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 |
Method | 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 |
public DrawTouches ( NSSet touches, UIEvent evt ) : void | ||
touches | NSSet | |
evt | UIEvent | |
return | void |
public EndTouches ( NSSet touches, bool cancel ) : void | ||
touches | NSSet | |
cancel | bool | |
return | void |
public UpdateEstimatedPropertiesForTouches ( NSSet touches ) : void | ||
touches | NSSet | |
return | void |