C# 클래스 Paint.Canvas

상속: System.Windows.Forms.Panel
파일 보기 프로젝트 열기: RandolphBurt/MonoGame-iOS-SimplePaint

공개 메소드들

메소드 설명
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