C# Class MTExample1_8.DrawingView

Inheritance: UIView
Show file Open project: mono/sysdrawing-coregraphics

Public Methods

Method Description
Draw ( CGRect rect ) : void
DrawColorBar ( Graphics g, int x, int y, int width, int height, ColorMap map, string str ) : void
DrawingView ( CGRect rect ) : System.Drawing

Method Details

Draw() public method

public Draw ( CGRect rect ) : void
rect CGRect
return void

DrawColorBar() public method

public DrawColorBar ( Graphics g, int x, int y, int width, int height, ColorMap map, string str ) : void
g System.Drawing.Graphics
x int
y int
width int
height int
map ColorMap
str string
return void

DrawingView() public method

public DrawingView ( CGRect rect ) : System.Drawing
rect CGRect
return System.Drawing