C# Class PathGradientBrushTests.DrawingView

Inheritance: MonoMac.AppKit.NSView
Mostra file Open project: mono/sysdrawing-coregraphics Class Usage Examples

Public Methods

Method Description
AcceptsFirstResponder ( ) : bool
DrawRect ( CGRect dirtyRect ) : void
DrawingView ( CGRect rect ) : System
DrawingView ( IntPtr handle ) : System
KeyDown ( NSEvent theEvent ) : void

Protected Methods

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

Private Methods

Method Description
BlendingIn ( Graphics g ) : void
DrawingView ( MonoMac.Foundation.NSCoder coder ) : System
GlassSphere ( Graphics g ) : void
Initialize ( ) : void
PaintView0 ( Graphics g ) : void
PaintView1 ( Graphics g ) : void
PaintView2 ( Graphics g ) : void
PaintView3 ( Graphics g ) : void
PaintView4 ( Graphics g ) : void
PaintView5 ( Graphics g ) : void
PaintView6 ( Graphics g ) : void
PaintView7 ( Graphics g ) : void
PaintViewB ( Graphics g ) : void
createCircularMetalBrush ( ) : Brush

Method Details

AcceptsFirstResponder() public method

public AcceptsFirstResponder ( ) : bool
return bool

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

OnPaint() protected method

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