C# Class QuadVideo.TexturedCheckerboard

Inheritance: GLRenderable
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Свойство Type Description
BlockSize System.Drawing.Size
PixelSize System.Drawing.Size

Méthodes publiques

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

Méthodes protégées

Méthode Description
BeginRender ( GraphicsInterface GI ) : void
EndRender ( GraphicsInterface GI ) : void
RenderContent ( GraphicsInterface gi ) : void

Private Methods

Méthode Description
DrawQuad ( GraphicsInterface GI, float left, float top, float right, float bottom ) : void

Method Details

BeginRender() protected méthode

protected BeginRender ( GraphicsInterface GI ) : void
GI NewTOAPIA.GL.GraphicsInterface
Résultat void

EndRender() protected méthode

protected EndRender ( GraphicsInterface GI ) : void
GI NewTOAPIA.GL.GraphicsInterface
Résultat void

RenderContent() protected méthode

protected RenderContent ( GraphicsInterface gi ) : void
gi NewTOAPIA.GL.GraphicsInterface
Résultat void

SetSplits() public méthode

public SetSplits ( int splits ) : void
splits int
Résultat void

TexturedCheckerboard() public méthode

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
Résultat System

Property Details

BlockSize public_oe property

public Size,System.Drawing BlockSize
Résultat System.Drawing.Size

PixelSize public_oe property

public Size,System.Drawing PixelSize
Résultat System.Drawing.Size