C# Class PathGradientBrushTests.DrawingView

Inheritance: MonoMac.AppKit.NSView
Afficher le fichier Open project: mono/sysdrawing-coregraphics Class Usage Examples

Méthodes publiques

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

Méthodes protégées

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

Private Methods

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

public AcceptsFirstResponder ( ) : bool
Résultat bool

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

OnPaint() protected méthode

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