C# Class BitmapTests.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
DrawingView ( NSCoder coder ) : System
GetCircleImage ( ) : Image

Get the initial image

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