C# Class Processing.PGraphics

Mostra file Open project: Wiladams/NewTOAPIA

Private Properties

Property Type Description

Public Methods

Method Description
PGraphics ( )
PGraphics ( int width, int height, PRenderer renderer_ )
beginDraw ( ) : void
endDraw ( ) : void

Method Details

PGraphics() public method

public PGraphics ( )

PGraphics() public method

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

beginDraw() public method

public beginDraw ( ) : void
return void

endDraw() public method

public endDraw ( ) : void
return void