C# Class Example3_4.DrawingView

Inheritance: AppKit.NSView, Form
Mostra file Open project: mono/sysdrawing-coregraphics

Public Methods

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

Private Methods

Method Description
DrawingView ( NSCoder coder ) : System
Initialize ( ) : void
SetPlotArea ( Graphics g ) : void

Method Details

AddData() public method

public AddData ( ) : void
return void

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