C# Class MTDrawImageTests.DrawingView

Inheritance: UIView
显示文件 Open project: mono/sysdrawing-coregraphics

Public Methods

Method Description
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

Protected Methods

Method Description
OnPaint ( System.Drawing.PaintEventArgs e ) : void

Private Methods

Method Description
DrawImageIntersectClip ( Graphics g ) : void
DrawImageTranslateClip ( Graphics g ) : void
FillRegionIntersect ( Graphics g ) : void

Method Details

Draw() public method

public Draw ( CGRect rect ) : void
rect CGRect
return void

DrawImage1() public method

public DrawImage1 ( Graphics g ) : void
g System.Drawing.Graphics
return void

DrawImage2() public method

public DrawImage2 ( Graphics g ) : void
g System.Drawing.Graphics
return void

DrawImage3() public method

public DrawImage3 ( Graphics g ) : void
g System.Drawing.Graphics
return void

DrawImage4() public method

public DrawImage4 ( Graphics g ) : void
g System.Drawing.Graphics
return void

DrawImage5() public method

public DrawImage5 ( Graphics g ) : void
g System.Drawing.Graphics
return void

DrawImage6() public method

public DrawImage6 ( Graphics g ) : void
g System.Drawing.Graphics
return void

DrawImage7() public method

public DrawImage7 ( Graphics g ) : void
g System.Drawing.Graphics
return void

DrawImage8() public method

public DrawImage8 ( Graphics g ) : void
g System.Drawing.Graphics
return void

DrawImage9() public method

public DrawImage9 ( Graphics g ) : void
g System.Drawing.Graphics
return void

DrawImagePageUnit() public method

public DrawImagePageUnit ( Graphics g ) : void
g System.Drawing.Graphics
return void

DrawImagePageUnitClip() public method

public DrawImagePageUnitClip ( Graphics g ) : void
g System.Drawing.Graphics
return void

DrawImagePageUnit_2() public method

public DrawImagePageUnit_2 ( Graphics g ) : void
g System.Drawing.Graphics
return void

DrawImagePageUnit_3() public method

public DrawImagePageUnit_3 ( Graphics g ) : void
g System.Drawing.Graphics
return void

DrawImagePageUnit_4() public method

public DrawImagePageUnit_4 ( Graphics g ) : void
g System.Drawing.Graphics
return void

DrawingView() public method

public DrawingView ( CGRect rect ) : System
rect CGRect
return System

OnPaint() protected method

protected OnPaint ( System.Drawing.PaintEventArgs e ) : void
e System.Drawing.PaintEventArgs
return void

TouchesBegan() public method

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void