C# Класс Paint.Canvas

Наследование: System.Windows.Forms.Panel
Показать файл Открыть проект

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

Метод Описание
Canvas ( IGraphicsDisplay graphicsDisplay ) : System

Initializes a new instance of the Paint.Canvas class.

Draw ( List touchPoints ) : void

Draw the latest updates to our image/render target. The list of all gestures / locations touched by the user since the last update

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

Метод Описание
DrawPicture ( List touchPoints ) : void

Updates our picture with any new points on screen that the user has touched The list of all gestures / locations that we need to paint

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

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

Initializes a new instance of the Paint.Canvas class.
public Canvas ( IGraphicsDisplay graphicsDisplay ) : System
graphicsDisplay IGraphicsDisplay
Результат System

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

Draw the latest updates to our image/render target. The list of all gestures / locations touched by the user since the last update
public Draw ( List touchPoints ) : void
touchPoints List
Результат void