C# 클래스 MTDrawImageTests.DrawingView

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

공개 메소드들

메소드 설명
Draw ( CGRect rect ) : void
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
DrawingView ( CGRect rect ) : System
TouchesBegan ( NSSet touches, UIEvent evt ) : void

보호된 메소드들

메소드 설명
OnPaint ( System.Drawing.PaintEventArgs e ) : void

비공개 메소드들

메소드 설명
DrawImageIntersectClip ( Graphics g ) : void
DrawImageTranslateClip ( Graphics g ) : void
FillRegionIntersect ( Graphics g ) : void

메소드 상세

Draw() 공개 메소드

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

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

DrawingView() 공개 메소드

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

OnPaint() 보호된 메소드

protected OnPaint ( System.Drawing.PaintEventArgs e ) : void
e System.Drawing.PaintEventArgs
리턴 void

TouchesBegan() 공개 메소드

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