C# 클래스 Processing.PGraphics

파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
PGraphics ( )
PGraphics ( int width, int height, PRenderer renderer_ )
beginDraw ( ) : void
endDraw ( ) : void

메소드 상세

PGraphics() 공개 메소드

public PGraphics ( )

PGraphics() 공개 메소드

public PGraphics ( int width, int height, PRenderer renderer_ )
width int
height int
renderer_ PRenderer

beginDraw() 공개 메소드

public beginDraw ( ) : void
리턴 void

endDraw() 공개 메소드

public endDraw ( ) : void
리턴 void