C# Класс MTExample1_8.DrawingView

Наследование: UIView
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Draw() публичный Метод

public Draw ( CGRect rect ) : void
rect CGRect
Результат void

DrawColorBar() публичный Метод

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
Результат void

DrawingView() публичный Метод

public DrawingView ( CGRect rect ) : System.Drawing
rect CGRect
Результат System.Drawing