C# 클래스 Cocoa.View

상속: Responder
파일 보기 프로젝트 열기: mono/cocoa-sharp 1 사용 예제들

공개 메소드들

메소드 설명
AddSubview ( View view ) : void
ConvertPointFromView ( Point aPoint, View aView ) : Point

Display ( ) : void
Invalidate ( Rect bounds ) : void
NeedsDisplay ( Rect aRect ) : void

OnKeyDownArrowDown ( ) : void
OnKeyDownArrowLeft ( ) : void
OnKeyDownArrowRight ( ) : void
OnKeyDownArrowUp ( ) : void
OnKeyDownDelete ( ) : void
OnKeyDownEnd ( ) : void
OnKeyDownHome ( ) : void
OnKeyDownPageDown ( ) : void
OnKeyDownPageUp ( ) : void
RegisterDragType ( string type ) : void
RegisterDragTypes ( string types ) : void
RemoveFromSuperview ( bool update ) : void
View ( ) : System
View ( IntPtr native_object ) : System
View ( Rect frame ) : System

비공개 메소드들

메소드 설명
AcceptsFirstResponder ( ) : bool
IsOpaque ( ) : bool
OnDrawRect ( Rect aRect ) : void
OnKeyDown ( Event aEvent ) : void
OnMouseDown ( Event aEvent ) : void

메소드 상세

AddSubview() 공개 메소드

public AddSubview ( View view ) : void
view View
리턴 void

ConvertPointFromView() 공개 메소드

public ConvertPointFromView ( Point aPoint, View aView ) : Point
aPoint Point
aView View
리턴 Point

Display() 공개 메소드

public Display ( ) : void
리턴 void

Invalidate() 공개 메소드

public Invalidate ( Rect bounds ) : void
bounds Rect
리턴 void

NeedsDisplay() 공개 메소드

public NeedsDisplay ( Rect aRect ) : void
aRect Rect
리턴 void

OnKeyDownArrowDown() 공개 메소드

public OnKeyDownArrowDown ( ) : void
리턴 void

OnKeyDownArrowLeft() 공개 메소드

public OnKeyDownArrowLeft ( ) : void
리턴 void

OnKeyDownArrowRight() 공개 메소드

public OnKeyDownArrowRight ( ) : void
리턴 void

OnKeyDownArrowUp() 공개 메소드

public OnKeyDownArrowUp ( ) : void
리턴 void

OnKeyDownDelete() 공개 메소드

public OnKeyDownDelete ( ) : void
리턴 void

OnKeyDownEnd() 공개 메소드

public OnKeyDownEnd ( ) : void
리턴 void

OnKeyDownHome() 공개 메소드

public OnKeyDownHome ( ) : void
리턴 void

OnKeyDownPageDown() 공개 메소드

public OnKeyDownPageDown ( ) : void
리턴 void

OnKeyDownPageUp() 공개 메소드

public OnKeyDownPageUp ( ) : void
리턴 void

RegisterDragType() 공개 메소드

public RegisterDragType ( string type ) : void
type string
리턴 void

RegisterDragTypes() 공개 메소드

public RegisterDragTypes ( string types ) : void
types string
리턴 void

RemoveFromSuperview() 공개 메소드

public RemoveFromSuperview ( bool update ) : void
update bool
리턴 void

View() 공개 메소드

public View ( ) : System
리턴 System

View() 공개 메소드

public View ( IntPtr native_object ) : System
native_object System.IntPtr
리턴 System

View() 공개 메소드

public View ( Rect frame ) : System
frame Rect
리턴 System