C# 클래스 cleanLayer.Scripts.DrawingScript

상속: cleanLayer.Library.Scripts.Script
파일 보기 프로젝트 열기: Vipeax/cleanLayer

공개 메소드들

메소드 설명
DrawingScript ( ) : System.Drawing
OnStart ( ) : void
OnTerminate ( ) : void
OnTick ( ) : void

메소드 상세

DrawingScript() 공개 메소드

public DrawingScript ( ) : System.Drawing
리턴 System.Drawing

OnStart() 공개 메소드

public OnStart ( ) : void
리턴 void

OnTerminate() 공개 메소드

public OnTerminate ( ) : void
리턴 void

OnTick() 공개 메소드

public OnTick ( ) : void
리턴 void