C# 클래스 DrawImageTests.DrawingView

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

공개 메소드들

메소드 설명
AcceptsFirstResponder ( ) : bool
DrawImage1 ( Graphics g ) : void
DrawImage2 ( Graphics g ) : void
DrawImage3 ( Graphics g ) : void
DrawImage4 ( Graphics g ) : void
DrawImage5 ( Graphics g ) : void
DrawImage6 ( Graphics g ) : void
DrawImage7 ( Graphics g ) : void
DrawImage8 ( Graphics g ) : void
DrawImage9 ( Graphics g ) : void
DrawImagePageUnit ( Graphics g ) : void
DrawImagePageUnitClip ( Graphics g ) : void
DrawImagePageUnit_2 ( Graphics g ) : void
DrawImagePageUnit_3 ( Graphics g ) : void
DrawImagePageUnit_4 ( Graphics g ) : void
DrawRect ( CGRect dirtyRect ) : void
DrawingView ( CGRect rect ) : System
DrawingView ( IntPtr handle ) : System
KeyDown ( NSEvent theEvent ) : void

비공개 메소드들

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

메소드 상세

AcceptsFirstResponder() 공개 메소드

public AcceptsFirstResponder ( ) : bool
리턴 bool

DrawImage1() 공개 메소드

public DrawImage1 ( Graphics g ) : void
g System.Drawing.Graphics
리턴 void

DrawImage2() 공개 메소드

public DrawImage2 ( Graphics g ) : void
g System.Drawing.Graphics
리턴 void

DrawImage3() 공개 메소드

public DrawImage3 ( Graphics g ) : void
g System.Drawing.Graphics
리턴 void

DrawImage4() 공개 메소드

public DrawImage4 ( Graphics g ) : void
g System.Drawing.Graphics
리턴 void

DrawImage5() 공개 메소드

public DrawImage5 ( Graphics g ) : void
g System.Drawing.Graphics
리턴 void

DrawImage6() 공개 메소드

public DrawImage6 ( Graphics g ) : void
g System.Drawing.Graphics
리턴 void

DrawImage7() 공개 메소드

public DrawImage7 ( Graphics g ) : void
g System.Drawing.Graphics
리턴 void

DrawImage8() 공개 메소드

public DrawImage8 ( Graphics g ) : void
g System.Drawing.Graphics
리턴 void

DrawImage9() 공개 메소드

public DrawImage9 ( Graphics g ) : void
g System.Drawing.Graphics
리턴 void

DrawImagePageUnit() 공개 메소드

public DrawImagePageUnit ( Graphics g ) : void
g System.Drawing.Graphics
리턴 void

DrawImagePageUnitClip() 공개 메소드

public DrawImagePageUnitClip ( Graphics g ) : void
g System.Drawing.Graphics
리턴 void

DrawImagePageUnit_2() 공개 메소드

public DrawImagePageUnit_2 ( Graphics g ) : void
g System.Drawing.Graphics
리턴 void

DrawImagePageUnit_3() 공개 메소드

public DrawImagePageUnit_3 ( Graphics g ) : void
g System.Drawing.Graphics
리턴 void

DrawImagePageUnit_4() 공개 메소드

public DrawImagePageUnit_4 ( Graphics g ) : void
g System.Drawing.Graphics
리턴 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

KeyDown() 공개 메소드

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