C# Class Afterglow.Graphics.OpenTK.ApiExamples.SimpleTriangle

Show file Open project: Christof/afterglow

Public Methods

Method Description
CreateForm ( ) : Form

Creates a form with a set client size.

Private Methods

Method Description
RenderFrame ( ) : void
RenderVertex ( Vector3 position, Color color ) : void
RenderVertex ( int index ) : void
Run ( ) : void

Method Details

CreateForm() public static method

Creates a form with a set client size.
public static CreateForm ( ) : Form
return System.Windows.Forms.Form