C# Class Example1_9.DrawingView

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

Méthodes publiques

Méthode Description
DrawRect ( CGRect dirtyRect ) : void
DrawingView ( CGRect rect ) : System
DrawingView ( IntPtr handle ) : System

Private Methods

Méthode Description
DrawObjects ( Graphics g ) : void
DrawingView ( NSCoder coder ) : System
Initialize ( ) : void
Interp ( Graphics g, PointF pta, float cData, int npoints ) : void

Method Details

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