C# Class Example1_8.DrawingView

Inheritance: AppKit.NSView
ファイルを表示 Open project: mono/sysdrawing-coregraphics

Public Methods

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

Private Methods

Method Description
DrawColorBar ( Graphics g, int x, int y, int width, int height, ColorMap map, string str ) : void
DrawingView ( NSCoder coder ) : System

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

Initialize() public method

public Initialize ( ) : void
return void