C# Class DrawImageTests.DrawingView

Inheritance: AppKit.NSView
Afficher le fichier Open project: mono/sysdrawing-coregraphics

Méthodes publiques

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

Private Methods

Méthode Description
DrawingView ( NSCoder coder ) : System
Initialize ( ) : void

Method Details

AcceptsFirstResponder() public méthode

public AcceptsFirstResponder ( ) : bool
Résultat bool

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

DrawRect() public méthode

public DrawRect ( CGRect dirtyRect ) : void
dirtyRect CGRect
Résultat void

DrawingView() public méthode

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

DrawingView() public méthode

public DrawingView ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

KeyDown() public méthode

public KeyDown ( NSEvent theEvent ) : void
theEvent NSEvent
Résultat void