C# Class Example3_2.DrawingView

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

Méthodes publiques

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

Private Methods

Méthode Description
DrawingView ( MonoMac.Foundation.NSCoder coder ) : System
Initialize ( ) : void
SetPlotArea ( Graphics g ) : void

Method Details

AddData() public méthode

public AddData ( ) : void
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