C# Class MTDrawImageTests.DrawingView

Inheritance: UIView
Afficher le fichier Open project: mono/sysdrawing-coregraphics

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnPaint ( System.Drawing.PaintEventArgs e ) : void

Private Methods

Méthode Description
DrawImageIntersectClip ( Graphics g ) : void
DrawImageTranslateClip ( Graphics g ) : void
FillRegionIntersect ( Graphics g ) : void

Method Details

Draw() public méthode

public Draw ( CGRect rect ) : void
rect CGRect
Résultat void

DrawImage1() public méthode

public DrawImage1 ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

DrawImage2() public méthode

public DrawImage2 ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

DrawImage3() public méthode

public DrawImage3 ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

DrawImage4() public méthode

public DrawImage4 ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

DrawImage5() public méthode

public DrawImage5 ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

DrawImage6() public méthode

public DrawImage6 ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

DrawImage7() public méthode

public DrawImage7 ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

DrawImage8() public méthode

public DrawImage8 ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

DrawImage9() public méthode

public DrawImage9 ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

DrawImagePageUnit() public méthode

public DrawImagePageUnit ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

DrawImagePageUnitClip() public méthode

public DrawImagePageUnitClip ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

DrawImagePageUnit_2() public méthode

public DrawImagePageUnit_2 ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

DrawImagePageUnit_3() public méthode

public DrawImagePageUnit_3 ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

DrawImagePageUnit_4() public méthode

public DrawImagePageUnit_4 ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

DrawingView() public méthode

public DrawingView ( CGRect rect ) : System
rect CGRect
Résultat System

OnPaint() protected méthode

protected OnPaint ( System.Drawing.PaintEventArgs e ) : void
e System.Drawing.PaintEventArgs
Résultat void

TouchesBegan() public méthode

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Résultat void