C# 클래스 CanvasSample.MyCanvas

상속: Canvas
파일 보기 프로젝트 열기: Syderis/CellSDK-Tutorials 1 사용 예제들

공개 메소드들

메소드 설명
CanvasDraw ( ) : void
CanvasTouchMoved ( List blobs ) : void
CanvasTouchReleased ( List blobs ) : void
MyCanvas ( int weidth, int heigh ) : System.Collections.Generic

메소드 상세

CanvasDraw() 공개 메소드

public CanvasDraw ( ) : void
리턴 void

CanvasTouchMoved() 공개 메소드

public CanvasTouchMoved ( List blobs ) : void
blobs List
리턴 void

CanvasTouchReleased() 공개 메소드

public CanvasTouchReleased ( List blobs ) : void
blobs List
리턴 void

MyCanvas() 공개 메소드

public MyCanvas ( int weidth, int heigh ) : System.Collections.Generic
weidth int
heigh int
리턴 System.Collections.Generic