C# Класс TouchCanvas.CanvasView

Показать файл Открыть проект

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

Метод Описание
CanvasView ( IntPtr handle ) : System
Clear ( ) : void
Draw ( CGRect rect ) : void
DrawTouches ( NSSet touches, UIEvent evt ) : void
EndTouches ( NSSet touches, bool cancel ) : void
UpdateEstimatedPropertiesForTouches ( NSSet touches ) : void

Приватные методы

Метод Описание
AddActiveLineForTouch ( UITouch touch ) : TouchCanvas.Line
AddPointsOfType ( PointType type, UITouch touches, TouchCanvas.Line line ) : CGRect
CanvasView ( CGRect frame ) : System
CanvasView ( NSCoder coder ) : System
CommitLine ( TouchCanvas.Line line ) : void
FinishLine ( TouchCanvas.Line line ) : void
SetFrozenImageNeedsUpdate ( ) : void

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

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

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

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

public Clear ( ) : void
Результат void

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

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

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

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

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

public EndTouches ( NSSet touches, bool cancel ) : void
touches NSSet
cancel bool
Результат void

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

public UpdateEstimatedPropertiesForTouches ( NSSet touches ) : void
touches NSSet
Результат void