C# Class MTExample1_8.DrawingView

Inheritance: UIView
Afficher le fichier Open project: mono/sysdrawing-coregraphics

Méthodes publiques

Méthode 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 méthode

public Draw ( CGRect rect ) : void
rect CGRect
Résultat void

DrawColorBar() public méthode

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
Résultat void

DrawingView() public méthode

public DrawingView ( CGRect rect ) : System.Drawing
rect CGRect
Résultat System.Drawing