C# Class DrawImageTests.DrawingView

Inheritance: AppKit.NSView
Mostra file Open project: mono/sysdrawing-coregraphics

Public Methods

Method 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

Method Description
DrawingView ( NSCoder coder ) : System
Initialize ( ) : void

Method Details

AcceptsFirstResponder() public method

public AcceptsFirstResponder ( ) : bool
return bool

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

DrawRect() public method

public DrawRect ( CGRect dirtyRect ) : void
dirtyRect CGRect
return void

DrawingView() public method

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

DrawingView() public method

public DrawingView ( IntPtr handle ) : System
handle System.IntPtr
return System

KeyDown() public method

public KeyDown ( NSEvent theEvent ) : void
theEvent NSEvent
return void