C# Class Example1_9.DrawingView

Inheritance: AppKit.NSView
Show file 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
DrawObjects ( Graphics g ) : void
DrawingView ( NSCoder coder ) : System
Initialize ( ) : void
Interp ( Graphics g, PointF pta, float cData, int npoints ) : 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