C# Class Example3_7.DrawingView

Inheritance: MonoMac.AppKit.NSView, Form
Datei anzeigen Open project: mono/sysdrawing-coregraphics

Public Methods

Method Description
DrawRect ( CGRect dirtyRect ) : void
DrawingView ( CGRect rect ) : System
DrawingView ( IntPtr handle ) : System

Private Methods

Method Description
AddData ( Graphics g ) : void
DrawingView ( MonoMac.Foundation.NSCoder coder ) : System
Initialize ( ) : void

Method Details

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