C# Class QuadVideo.TexturedCheckerboard

Inheritance: GLRenderable
ファイルを表示 Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Properties

Property Type Description
BlockSize System.Drawing.Size
PixelSize System.Drawing.Size

Public Methods

Method Description
SetSplits ( int splits ) : void
TexturedCheckerboard ( Size pixelSize, Size blockSize, GLTexture tex1, GLTexture tex2 ) : System

Protected Methods

Method Description
BeginRender ( GraphicsInterface GI ) : void
EndRender ( GraphicsInterface GI ) : void
RenderContent ( GraphicsInterface gi ) : void

Private Methods

Method Description
DrawQuad ( GraphicsInterface GI, float left, float top, float right, float bottom ) : void

Method Details

BeginRender() protected method

protected BeginRender ( GraphicsInterface GI ) : void
GI NewTOAPIA.GL.GraphicsInterface
return void

EndRender() protected method

protected EndRender ( GraphicsInterface GI ) : void
GI NewTOAPIA.GL.GraphicsInterface
return void

RenderContent() protected method

protected RenderContent ( GraphicsInterface gi ) : void
gi NewTOAPIA.GL.GraphicsInterface
return void

SetSplits() public method

public SetSplits ( int splits ) : void
splits int
return void

TexturedCheckerboard() public method

public TexturedCheckerboard ( Size pixelSize, Size blockSize, GLTexture tex1, GLTexture tex2 ) : System
pixelSize System.Drawing.Size
blockSize System.Drawing.Size
tex1 NewTOAPIA.GL.GLTexture
tex2 NewTOAPIA.GL.GLTexture
return System

Property Details

BlockSize public_oe property

public Size,System.Drawing BlockSize
return System.Drawing.Size

PixelSize public_oe property

public Size,System.Drawing PixelSize
return System.Drawing.Size