C# 클래스 DigitDetection.DrawView

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Draw ( CGRect rect ) : void
DrawView ( IntPtr handle ) : System
GetViewContext ( ) : CGBitmapContext
TouchesBegan ( NSSet touches, UIEvent evt ) : void
TouchesMoved ( NSSet touches, UIEvent evt ) : void

메소드 상세

Draw() 공개 메소드

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

DrawView() 공개 메소드

public DrawView ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

GetViewContext() 공개 메소드

public GetViewContext ( ) : CGBitmapContext
리턴 CGBitmapContext

TouchesBegan() 공개 메소드

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

TouchesMoved() 공개 메소드

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