C# Класс DigitDetection.DrawView

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

Private Properties

Свойство Тип Описание

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

Метод Описание
Draw ( CGRect rect ) : void
DrawView ( IntPtr handle ) : System
GetViewContext ( ) : CGBitmapContext
TouchesBegan ( NSSet touches, UIEvent evt ) : void
TouchesMoved ( NSSet touches, UIEvent evt ) : void

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

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

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

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

public DrawView ( IntPtr handle ) : System
handle System.IntPtr
Результат System

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

public GetViewContext ( ) : CGBitmapContext
Результат CGBitmapContext

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

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Результат void

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

public TouchesMoved ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Результат void