C# 클래스 DrawingShared.DrawingView.DrawingView

상속: UIKit.UIView
파일 보기 프로젝트 열기: mono/sysdrawing-coregraphics

공개 프로퍼티들

프로퍼티 타입 설명
paintViewActions Action[]

공개 메소드들

메소드 설명
AcceptsFirstResponder ( ) : bool
Draw ( CoreGraphics dirtyRect ) : void
DrawRect ( CGRect dirtyRect ) : void
DrawingView ( CGRect rect ) : System
DrawingView ( IntPtr handle ) : System
Initialize ( ) : void
KeyDown ( NSEvent theEvent ) : void
SavePaintView ( Action paintView ) : void
TouchesBegan ( Foundation touches, UIEvent evt ) : void

비공개 메소드들

메소드 설명
DrawingView ( NSCoder coder ) : System

메소드 상세

AcceptsFirstResponder() 공개 메소드

public AcceptsFirstResponder ( ) : bool
리턴 bool

Draw() 공개 메소드

public Draw ( CoreGraphics dirtyRect ) : void
dirtyRect CoreGraphics
리턴 void

DrawRect() 공개 메소드

public DrawRect ( CGRect dirtyRect ) : void
dirtyRect CGRect
리턴 void

DrawingView() 공개 메소드

public DrawingView ( CGRect rect ) : System
rect CGRect
리턴 System

DrawingView() 공개 메소드

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

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

KeyDown() 공개 메소드

public KeyDown ( NSEvent theEvent ) : void
theEvent NSEvent
리턴 void

SavePaintView() 공개 메소드

public SavePaintView ( Action paintView ) : void
paintView Action
리턴 void

TouchesBegan() 공개 메소드

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

프로퍼티 상세

paintViewActions 공개적으로 프로퍼티

public Action[] paintViewActions
리턴 Action[]