C# 클래스 TouchCanvas.CanvasView

파일 보기 프로젝트 열기: xamarin/monotouch-samples

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

CanvasView() 공개 메소드

public CanvasView ( IntPtr handle ) : System
handle IntPtr
리턴 System

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( CGRect rect ) : void
rect CGRect
리턴 void

DrawTouches() 공개 메소드

public DrawTouches ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
리턴 void

EndTouches() 공개 메소드

public EndTouches ( NSSet touches, bool cancel ) : void
touches NSSet
cancel bool
리턴 void

UpdateEstimatedPropertiesForTouches() 공개 메소드

public UpdateEstimatedPropertiesForTouches ( NSSet touches ) : void
touches NSSet
리턴 void