C# Class JsBlit.GraphicsDevice

Show file Open project: petersibley/jsblit Class Usage Examples

Public Methods

Method Description
GraphicsDevice ( Page page, Content content ) : System

Private Methods

Method Description
Clear ( int id, int r, int g, int b, int a ) : void
CreateRenderTarget ( int width, int height ) : int
DrawSprites ( int renderTargetId, string commands ) : void
ReleaseRenderTarget ( int id ) : void
SetRenderTarget ( int id ) : void

Method Details

GraphicsDevice() public method

public GraphicsDevice ( Page page, Content content ) : System
page Page
content Content
return System